https://github.com/deislabs/duffle.sh
much ado about duffle
https://github.com/deislabs/duffle.sh
Last synced: 11 months ago
JSON representation
much ado about duffle
- Host: GitHub
- URL: https://github.com/deislabs/duffle.sh
- Owner: deislabs
- License: mit
- Created: 2018-10-14T00:47:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:36:13.000Z (over 3 years ago)
- Last Synced: 2023-03-02T10:03:07.324Z (over 3 years ago)
- Language: SCSS
- Homepage: https://duffle.sh
- Size: 2.74 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A simple website for [Duffle](https://github.com/cnabio/duffle), which is cloned from [CNAB.io](https://github.com/cnabio/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](https://gohugo.io/) static site generator
* custom duffle theme uses [Paper](https://github.com/nanxiaobei/hugo-paper/) as a base, with [Foundation](https://foundation.zurb.com/sites/docs/v/5.5.3/) on top and the [CNAB sass styles](https://github.com/cnabio/cnab.io/tree/master/themes/cnab)
* uses Gulp for asset pipelines
* deployed to [Netlify](https://app.netlify.com/) via merges to master. @carolynvs is admin of this.
* metrics tracked via Bing and Gaug.es
# Development
Install the dependancies - first [install Hugo](https://gohugo.io/getting-started/installing/), and then the packages:
```
npm install gulp-cli -g
npm install
gulp && hugo serve
```
`hugo serve` will run the site locally at [localhost:1313](http://localhost:1313/)