Skip to content

Instantly share code, notes, and snippets.

@dohaivu
Created June 24, 2017 03:14
Show Gist options
  • Save dohaivu/052f9b0a9bb94b6830b2170d2d6d7d5d to your computer and use it in GitHub Desktop.
Save dohaivu/052f9b0a9bb94b6830b2170d2d6d7d5d to your computer and use it in GitHub Desktop.
[hugo site generator] static site generator

Commands

brew update && brew install hugo

hugo new site bookshelf
hugo new post/good-to-great.md

mkdir themes && cd themes
hugo server --theme=hugo_theme_robust --buildDrafts

hugo undraft content/post/good-to-great.md

hugo --theme=hugo_theme_robust # generate site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment