1.0.7 • Published 12 years ago

marlboro v1.0.7

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

Marlboro

Build Status

Intro

Marlboro is lightweight static blog generator based on NodeJS, brother of SBlog

Install

npm install -g marlboro

Usage

  1. First time, you may want to run marlboro to build a new blog environment: --content --deploy --config.json

  2. run cd content, write your post in a file with extname '.mkd' note: posts are archived by folder.

    For example

    1. mkdir test

    2. cd test

    3. touch example.mkd

    4. $EDITOR example.mkd

  3. back to working space & build site run marlboro again.

  4. 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'.

View Online Demo

TODO

  • disqus
  • pages
  • test unit
  • ...

LICENSE

The BSD License.

Copyright 2013, YuweiBa

1.0.7

12 years ago

1.0.6

12 years ago

1.0.5

12 years ago

1.0.4

12 years ago

1.0.3

12 years ago

1.0.2

12 years ago

1.0.1

12 years ago

1.0.0

12 years ago