1.0.7 • Published 12 years ago
marlboro v1.0.7
Marlboro
Intro
Marlboro is lightweight static blog generator based on NodeJS, brother of SBlog
Install
npm install -g marlboro
Usage
First time, you may want to run
marlboro
to build a new blog environment: --content --deploy --config.jsonrun
cd content
, write your post in a file with extname '.mkd' note: posts are archived by folder.For example
mkdir test
cd test
touch example.mkd
$EDITOR example.mkd
back to working space & build site run
marlboro
again.a file named 'about.mkd' under 'content' will be recognized to be a short introduction about you. In other word, it's not a 'post'.
TODO
- disqus
- pages
- test unit
- ...
LICENSE
The BSD License.
Copyright 2013, YuweiBa