This is my personal site and blog, built with Vue/Nuxt/WindiCSS. You can see what the site looks like here.
- Breadcrumbs
- Dark mode
Page transitions- Categories and taxonomies
- Sitemap and post search
Feel free to fork or clone this repo as a starter for your own static site. The major dependencies are Nuxt and Windi.
# Install dev dependencies
yarn install
npm install
# Start dev server
yarn dev
npm run dev
# Generate static site
yarn generate
npm run generate