Welcome to VuePaper
VuePaper is a minimal, responsive, accessible blog theme built with Nuxt 3 and Nuxt Content.
Why VuePaper?
- No CMS, no database, no backend services
- Drop a
.mdfile intocontent/posts/and it becomes a post - Clean, distraction-free reading experience
- Light and dark mode out of the box
Adding a post
Create a new file in content/posts/, for example content/posts/my-post.md:
---
title: My New Post
description: A short summary of the post.
date: 2026-09-20
tags: [example]
featured: false
draft: false
---
Your content here, written in plain Markdown.
That's it — no build step, no admin panel. Just markdown.