Metadata-Version: 1.1
Name: sblog
Version: 1.0.1
Summary: A lightweight static weblog generator
Home-page: http://blog.xiaoba.me
Author: xiaoba
Author-email: xiaobayuwei@gmail.com
License: BSD License
Description: SBlog
        ======
        
        ##Intro
        This is a simple static blog generator.  
        markdown,ga,disqus are supported.
        
        ##Usage
        1. install  
        shell:python setup.py install
        2. build an environment  
        shell:cd /new/dir/
        shell:sblog
        3. config  
        vi config.ini
        4. write  
        
        demo:  
        <pre>
            ======
            title: hello world  
            date: 0000-00-00   
            folder: test  
            ======
            content with markdown supporting  
            ~~~python  
            source code here  
            ~~~  
        </pre>
        
        View [demo](http://blog.xiaoba.me)
        
        
        ##
        CHANGE LOG
        
        v1.0.1: Support Sina Weibo "Associating Blog"
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
