"bootsmith" is a demonstration project using Bootstrap and Metalsmith with build automation by Grunt.
git clone [email protected]:simon-wenmouth/bootsmith.git
cd bootsmith
npm install
bower install
grunt
node .
if you want minified css use
grunt release
node .
Please see this projects github pages.
I wanted to create a static site with the simplest tools possible.
To add an article simply:
- add a markdown document in the _posts directory
- run
grunt
The resulting _site directory can be copied to your AWS S3 bucket (for the win).
Please see the file LICENSE.txt
Simon Wenmouth