Code Blocks Demo
Jack
Story Theme supports server-side code highlighting when code_highlight.server is enabled.
TypeScript
type Post = {
title: string;
tags: string[];
};
function sortByDate(posts: Post[]): Post[] {
return [...posts].sort((a, b) => a.title.localeCompare(b.title));
}
Python
=
return
Shell
everkm-publish serve --work-dir ./my-site --theme story
- Article title: Code Blocks Demo
- Author: Jack
- Created: 2026-06-22 16:00:00
- Permalink: /posts/code-blocks-demo.html
- License: CC BY-NC-SA 4.0