The minimalist blog theme, powered by Nuxt.
- Start from a profile page, scale to a complete blog!
- An open source blog theme powered by Nuxt Content, editable from Nuxt Studio.
- Write pages in Markdown and Vue components with the MDC syntax.
- Use 30+ built-in components in your Markdown pages.
npx nuxi init my-blog --theme alpine
- Clone this repository
- Install dependencies using
yarn install
ornpm install
- Run
npm run prepare
to generate type stubs. - Use
npm run dev
to start playground in development mode.