Skip to content

mhgbrown/nuxt-ghpages-blog

Repository files navigation

nuxt-ghpages-blog Build Status

Nuxt-based Travis-deployed Github-hosted blog

This project generates a static blog site suitable for deployment on Github pages from content in nuxt-ghpages-blog-content.

Build Setup

# install dependencies
$ npm install

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

# generate static project
$ npm run generate

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