Skip to content
forked from cnabio/cnab.io

A simple website introducing the CNAB project.

License

Notifications You must be signed in to change notification settings

carolynvs/cnab.io

 
 

Repository files navigation

Theme Screenshot

A simple website for the CNAB spec.

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 custom sass
  • 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

A simple website introducing the CNAB project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.9%
  • HTML 29.0%
  • JavaScript 4.1%