hugo-site/README.md
2016-01-25 09:58:54 +07:00

559 B

Hugo on GitHub Pages

hugo_gh_blog

Template repo for a blog built with Hugo deployed on github-pages

Demo


Snippet

Quick start

  • Run hugo server on hugo_gh_blog folder.

    hugo server 
    
  • Create new blank post.

    hugo new posts/newblogpost.md
    
  • Run hugo command for updating public folder, public folder is your static site.

    hugo 
    
Another Tutorial by Spencer Lyon