This is a sample post to demonstrate the blog functionality. You can delete this and add your own posts.

Writing Posts

To create a new post, add a Markdown file to src/content/thoughts/. Each post needs frontmatter with:

  • title - The post title
  • date - Publication date (YYYY-MM-DD format)
  • description - Optional summary for the listing page
  • tags - Optional array of tags (e.g., ["art", "process"])

Markdown Support

You can use all standard Markdown formatting:

  • Bold and italic text
  • Lists and numbered lists
  • Links
  • Code blocks
  • Blockquotes

This is a blockquote.

That’s it. Simple and minimal.