Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 973 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 973 Bytes

Dev instructions

Build Setup

# Install dependencies
$ yarn
# if the above doesn't work, try yarn install

# Serve with hot reload at localhost:3000
$ yarn dev

# Generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.

Dev notes

Don't add animated .gif images - they will look fine on localhost but get autoconverted to static images upon deployment.

Change colors

assets/scss/_properties.scss:

Change the color_primary variable for both light and dark themes

Light theme color

Dark theme color

Add blog posts

See instructions.

Modified from: https://github.com/gregives/gregives.co.uk