Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.28 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.28 KB

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 main. @carolynvs is admin of this.
  • metrics tracked via Bing and Gaug.es

Development

Install the dependencies - first install Hugo and Yarn - and then the packages:

yarn global add gulp-cli
yarn install
gulp && hugo serve

hugo serve will run the site locally at localhost:1313