Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 648 Bytes

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.