burtherman / hugo_gh_blog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo on GitHub Pages

hugo_gh_blog

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


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

About

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

License:MIT License


Languages

Language:HTML 63.4%Language:CSS 36.2%Language:Shell 0.4%