A simple website for Duffle, which is cloned from CNAB.io.
Duffle.sh is a single page, static site. The page contents can be edited at themes/duffle/layouts/index.html
. Post, tag, category taxonomy is available in hugo should we want to expand in the future.
- built with the Hugo static site generator
- custom duffle theme uses Paper as a base, with Foundation on top and the CNAB sass styles
- uses Gulp for asset pipelines
- deployed to Netlify via merges to master. @carolynvs is admin of this.
- metrics tracked via Bing and Gaug.es
Install the dependancies - first install Hugo, and then the packages:
npm install gulp-cli -g
npm install
gulp && hugo serve
hugo serve
will run the site locally at localhost:1313