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
Created
June 24, 2017 03:14
-
-
Save dohaivu/052f9b0a9bb94b6830b2170d2d6d7d5d to your computer and use it in GitHub Desktop.
[hugo site generator] static site generator
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment