Placeholder third post
1 min read
Just another dummy post so the blog list has a bit more to show.
This site is built with Astro and Svelte. Content lives in Markdown under public/cms/.
Run it yourself
npm install npm run dev
Then open https://mire.lol. Edit public/cms/meta.yml for site title, author, and description.
Content
.md files in public/cms/articles/ with frontmatter (title, slug, excerpt, categories, date).public/cms/cool-links/ with url and savedOn.public/cms/quick-reviews/ with type, rating, date, and theme.That’s the gist.