/andreliem.ca

andreliem.ca - personal blogging site powered by Nuxt JS

Primary LanguageVue

andreliem.ca

My personal website using the NUXT framework.

Feel free to use for your own personal site but be warned that this is very experimental right now.

Provides the following:

  • slug based blog posts
  • markdown
  • syntax highlighting (buggy)
  • vuex + without any API

Ignore the /dist folder in the repo! I'm currently pushing the dist as part of a hacky deployment process. I'll look at changing this up soon.

Build Setup (nuxt)

# install dependencies
$ npm install # Or yarn install

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

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

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.