Getting started with blogging
Welcome to the first post on this site! This blog is powered by Markdown files stored in src/content/_posts, and each post includes frontmatter metadata that the site can use for listings, sorting, and sharing.
How it works
- Each post lives in
src/content/_postsand is a Markdown file. - Frontmatter (the YAML at the top) defines the post title, date, tags, and other metadata.
- The site automatically discovers posts and generates both list pages and per-post pages.
Enjoy!