Skip to content

grud/grud.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grud.github.io

Static blog for ui-grid

Get started

  1. Clone this repo

    https://github.com/grud/grud.github.io.git cd grud.github.io

  2. Install Hexo (http://hexo.io/)

    npm install -g hexo

  3. Install dependencies for hexo site generator

    cd hexo npm install

  4. Create new posts

    hexo new page "Page Title"

They'll be put in source/_posts as .md files

  1. 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

  1. Update site

    hexo generate # puts compile site in ../blog git push

About

Static blog for ui-grid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published