This is the main repo for the pebble {code} website, hosted on gh-pages. The website is built using Hugo.
brew install hugo
brew install node
npm install
To get livereload with sass and js changed run the default
gulp task with:
npm run gulp
To create builds with Hugo, in a separate terminal window run:
npm run hugo