section
v0.4.2
Published
Section is a static site generator for Node.js built on top of Grunt.
Downloads
88
Readme
Section: Static Site Generator for Node.js built on top of Grunt
Section 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