- Maintain the corresponding Chinese version at
../zh/CHANGELOG.mdwhen updating - The date in parentheses after the version number is the release date
- When no new version is specified, append entries under the latest version
v0.1.0 (2026-06-28)
Initial release
-
Blog layout
- Minimal, responsive blog design migrated from Astro Paper
- Tailwind CSS v4 design tokens with light and dark mode support
- Virtual homepage with hero section, featured posts, and recent posts
-
Virtual pages
- Homepage (
/index.html), posts list, tags index, tag posts, archives, and about page - Paginated posts list and tag pages
- Homepage (
-
Posts
- Featured posts via the
featuredtag on the homepage - Post detail pages with tags, date, and back navigation
- Archives grouped by year and month
- Featured posts via the
-
Features
- Dark mode toggle with localStorage persistence
- View Transitions for smooth in-site navigation
- View Transitions restore scroll position on navigation (top of page, or hash target)
- Algolia full-text search in the header via
plugin-in-search(whenalgolia_searchis configured) - Optional archives button and back button on post pages
-
Rendering
- Server-side code highlighting (
code_highlight.server) - Server-side math rendering via Typst (
math_render.server) - Typography styles aligned with Astro Paper (blockquotes, footnotes, definition lists)
- Server-side code highlighting (
-
Configuration
- Site info, social links, copyright, and post pagination via
everkm.yaml - Homepage and about content from
_home.mdand_about.mdvia inner links - Social links with bundled icons when
namematches a known platform (case-insensitive); otherwise shows text
- Site info, social links, copyright, and post pagination via