Skip to content
/ cnab.io Public
forked from cnabio/cnab.io

A simple website introducing the CNAB project.

License

Notifications You must be signed in to change notification settings

vdice/cnab.io

 
 

Repository files navigation

Theme Screenshot

A simple website for the CNAB spec.

Editing Content

cnab.io is static site. The landing page content can be edited at themes/cnab/layouts/index.html, and the rest under /contents. 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 cnab 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 dependencies - 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.6%
  • HTML 29.4%
  • JavaScript 4.0%