Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 664 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 664 Bytes

Nuxt v3 + Content v2 Programming Blog Template

Build a programming blog with Nuxt v3 + Content v2

Pre-requisites

  • Nuxt v3
  • Content v2
  • Node v16

Setup via

  • npx nuxi init <project-name> -t content
  • npm install --save-dev sitemap

Features

To make template coding easy to read, no css framework / library is used.

  • Coding highlight
  • Tags / Tag Cloud
  • Multiple category and sub category of articles: /tutorials/python/write-hello-world, posts/hello, etc.
  • Static markdown pages like /about
  • Pagination
  • sitemap.xml

Development

npm run dev

Static Deployment

npm run generate
npm run preview