Folio is a lightweight, markdown-powered blog built with Nuxt 4. Write your posts in Markdown, and the site takes care of the rest — rendering, routing, styling, and SEO are all handled automatically.
status: published posts are shown/sitemap.xml for search engine discoverycontent/blog/ and turns them into queryable, routable pages Blog posts are plain Markdown files stored in the content/blog/ directory. Nuxt Content parses them at build time, generates the pages, and provides a query API for listing and filtering posts. No external database or CMS is required — the entire site is statically generated and deployed to Vercel.
Want to see how a post is written? Read the example post for a walkthrough of the frontmatter schema and Markdown features supported out of the box.
The project is open source. Feel free to explore, fork, or contribute on GitHub.