sanelog

· meta

Hello, world

The first post on the sanelog site, here to prove that posts build, list, and syndicate.

This is an example post. It exists so the posts collection, the listing page, the RSS feed and the sitemap all have something to render. Replace it with a real one.

A post is a markdown file in src/content/posts. The file name becomes the URL, and the block at the top carries the title, description, date and tags. Everything below the block is the body.

What the build does with it

  • The listing at /posts/ sorts by date, newest first.
  • Each post gets its own page under /posts/, with a canonical URL and Open Graph tags filled from the block above.
  • The feed at /rss.xml and the sitemap pick it up automatically.

Set draft: true in the block to keep a post out of all three while it is being written.

← all posts