Skip to content

emordonez/website

Repository files navigation

Personal Site and Blog with Nuxt.js

Netlify Status

This is my personal site and blog, built with Vue/Nuxt/WindiCSS. You can see what the site looks like here.

Upcoming Features

  • Breadcrumbs
  • Dark mode
  • Page transitions
  • Categories and taxonomies
  • Sitemap and post search

Build Setup

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