A simple portfolio starter theme for Nuxt.js static sites. Based on my Gridsome Portfolio Starter.
https://nuxt-portfolio-starter.netlify.app/
- Clean and minimal design
- Tailwind CSS v1
- Scroll to sections using vue-scrollto
- Blog with markdown content for posts
- Basic pagination for posts
- Theme Switcher with Dark Mode
- Syntax highlighting with Prism
- 404 Page
- Clone the repo and
cd
into it. npm install
npm run dev
to start a local dev server.npm run generate
to build a static site.