##Intro
This is a simple static blog generator.
markdown,ga,disqus are supported.
##Usage
- install
shell:python setup.py install - build an environment
shell:cd /new/dir/ shell:sblog - config
vi config.ini - write
demo:
====== title: hello world date: 0000-00-00 folder: test ====== content with markdown supporting ~~~python source code here ~~~
View demo
CHANGE LOG
v1.0.5: private post & post preview support. v1.0.4: custom theme support.