Getting started with Astro

by HTH
07 Feb 2026 - 1 min read

This site is built with Astro and Svelte. Content lives in Markdown under public/cms/.

Run it yourself

bash
npm install
npm run dev

Then open https://mire.lol. Edit public/cms/meta.yml for site title, author, and description.

Content

  • Blog: add .md files in public/cms/articles/ with frontmatter (title, slug, excerpt, categories, date).
  • Cool links: add links in public/cms/cool-links/ with url and savedOn.
  • Quick reviews: add reviews in public/cms/quick-reviews/ with type, rating, date, and theme.

That’s the gist.

Written by

HTH

HTH

About

You might also like

View blog

Placeholder third post

1 min read

Just another dummy post so the blog list has a bit more to show.

Meta
Read