A new post lives in src/content/posts/ and uses frontmatter to describe the
metadata. The filename becomes the slug that is used in the URL.
This sample article walks through how to add a new entry:
- Copy an existing Markdown file or start from scratch with the frontmatter block shown above.
- Write your content using Markdown. Use headings, lists, and code fences as needed to structure your ideas.
- Commit the file and deploy. The build system will pick it up automatically
and render it at
/post/getting-started.
Feel free to replace this text with your own topic. Markdown makes it easy to share updates, document projects, or reflect on what you’ve learned.