Created using Hugo, deployed using Wercker, hosted by Firebase.
- Run
node ./node_modules/gulp/bin/gulp.js build
to generate css and js assets. - Run
hugo server
to start the site locally on port 1313.
- Run
node ./node_modules/gulp/bin/gulp.js watch
to generate css and js assets with watch. - Run
hugo server -w
to start the site locally on port 1313 with watch and reload.