- Install NodeJS
- Install
yarn
:curl -o- -L https://yarnpkg.com/install.sh | bash
- Install
gulp
globally:yarn global add gulp-cli
- Install
hugo
(see http://gohugo.io/overview/installing/) - Run
yarn
Run gulp
and open your browser at http://localhost:1313.
Run gulp build
to build site into docs
directory, which GitHub will serve from.
gulp build && git add -A . && git push