nanoc-bootstrap is a nanoc 3 project skeleton using the Bootstrap framework and HAML templates.
What's this all about?
"Nanoc is a static-site generator, fit for building anything from a small personal blog to a large corporate website."
See nanoc.ws for more info - but keep in mind that this project is based on nanoc 3, the previous major version of nanoc.
"Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web."
See getbootstrap.com for more info.
"Beautiful, DRY,
well-indented, clear markup:
templating haiku."
See haml.info for more info.
You can just track this repository's bootstrap
branch:
[remote "nanoc-bootstrap"]
url = https://github.com/th-h/nanoc-bootstrap.git
fetch = +refs/heads/*:refs/remotes/nanoc-bootstrap/*
[branch "bootstrap"]
remote = nanoc-bootstrap
merge = refs/heads/bootstrap
See bootstrap.md for more information.