Build a programming blog with Nuxt v3 + Content v2
- Nuxt v3
- Content v2
- Node v16
Setup via
npx nuxi init <project-name> -t contentnpm install --save-dev sitemap
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
npm run devnpm run generate
npm run preview