Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 755 Bytes

Personal website

As they say, "third time's a charm." A complete rewrite of my personal website for the third time.

Fully static, minimalist, responsive website built with Nuxt.js, Nuxt Content and hosted on Netlify.

Styling with Tailwind CSS.

light mode 🌞

Image

dark mode 🌑

Image

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate