[![npm version][npm-version-src]][npm-version-href] [![License][license-src]][license-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Nuxt][nuxt-src]][nuxt-href] [![Nuxt Studio][nuxt-studio-src]][nuxt-studio-href] [![Volta][volta-src]][volta-href]
The minimalist blog theme, powered by Nuxt.
# Start the local development server
bash scripts/npmrundev.sh# Build and deploy to GitHub Pages
bash scripts/deploy.shThe project uses only two scripts for simplicity:
scripts/npmrundev.sh- Starts local development server on localhost:3000scripts/deploy.sh- Complete deployment pipeline (clean, install, build, commit, push)
- 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@latest init -t themes/alpine