Getting Started

Tips for writing your first post on this blog.

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:

  1. Copy an existing Markdown file or start from scratch with the frontmatter block shown above.
  2. Write your content using Markdown. Use headings, lists, and code fences as needed to structure your ideas.
  3. 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.