0.4.2 • Published 11 years ago

section v0.4.2

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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