deislabs / duffle.sh

much ado about duffle

Home Page:https://duffle.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Theme Screenshot

A simple website for Duffle, which is cloned from CNAB.io.

Editing Content

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.

Notes

  • 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

Development

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

About

much ado about duffle

https://duffle.sh

License:MIT License


Languages

Language:SCSS 49.9%Language:HTML 24.7%Language:CSS 21.0%Language:JavaScript 4.5%