This is the first post on the blog. It’s written in plain Markdown and rendered
through mdsvex, so every post here is just a .md file with a bit of frontmatter at the top.
What this is for
A place to write about things I’m building — apps, videos, music, and whatever else is worth writing down.
How it works
Each post lives in its own route folder as a +page.md file:
src/routes/blog/hello-world/+page.md The frontmatter at the top of the file drives the title, description, and date shown on this page and in the blog index — no extra configuration needed per post.
More posts coming soon.