Section is a static site generator for Node.js built on top of Grunt.
npm install sectionSection is a package for Node.js. Here are a few commands to get you started.
````
~ $ npm install -g section
~ $ mkdir -p mysite/content
~ $ cd mysite
mysite $ echo '#Hello World!' > content/index.md
mysite $ section