Static blog for ui-grid
-
Clone this repo
https://github.com/grud/grud.github.io.git cd grud.github.io
-
Install Hexo (http://hexo.io/)
npm install -g hexo
-
Install dependencies for hexo site generator
cd hexo npm install
-
Create new posts
hexo new page "Page Title"
They'll be put in source/_posts as .md files
-
Make changes and watch them
hexo server --watch
Also uses livereload in case you have the extension installed. If you need you can change the port in _config.yml
-
Update site
hexo generate # puts compile site in ../blog git push