Hello World: the blog is live
A short test post to validate the blog layout, navigation, and content pipeline.
- meta
- site
This is a sample post so you can see how articles look on this site. Replace or extend it whenever you want.
What you get
- Markdown files under
src/content/blog/— one file per post. - Frontmatter for metadata (
title,description,pubDate,featured, and more). - Automatic listing on
/blogand a dedicated page per slug.
Adding a new post
Create a new .md file next to this one, fill in the frontmatter, and write the body in Markdown. Rebuild (or use the dev server) and the post appears in the list and at /blog/your-file-name.
Images
Put image files under public/ (for example public/blog/my-photo.webp). In Markdown, reference them from the site root with a leading slash:

You can also use a <figure> if you want a caption:
public/blog/sample-terminal.webp — same look as the rest of the site.Thanks for reading — this paragraph is only here to show a horizontal rule and a bit of spacing.