How to write posts

By

Published at Feb 14, 2026

Posts

The structure of a post is a markdown file in $lib/blog/posts/. To create a new post, add a markdown file in the folder, and start writing markdown. It will be formatted and display on your chosen path.

To change the path of where the posts should be displayed, renamed the changelog folder to what you wish, and in the /src/lib/routes.ts file, configure BLOG_BASE to the same name.
This will update every link by default.

Graymatter

In the graymatter, you can add whatever metadata needed. Remember to change the post types in types.ts.