An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Theme Screenshot](https://github.com/deislabs/duffle.sh/blob/master/themes/duffle/img/theme.png?raw=true)

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/)