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