Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

deislabs/duffle.sh

Repository files navigation

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