Metadata-Version: 1.1
Name: sblog
Version: 1.0.3
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  
        `$ python setup.py install`
        ###2. build an environment  
        `$ cd /new/dir/`
        `$ sblog`
        ###3. config  
        `$ vi config.ini`
        ###4. write  
        `$ vi content/sth.mkd`
        
        
        demo:  
        <pre>
            ======
            title: hello world  
            date: 0000-00-00   
            folder: test  
            ======
            content with markdown supporting  
            ~~~python  
            source code here  
            ~~~  
        </pre>
        
        ###5. build site
        `$ sblog`
        
        View [online demo](http://blog.xiaoba.me)
        
        
        ##LICENSE
        
        The MIT License
        
        Copyright (c) 2012 Yuwei Ba
        
        ##CHANGE LOG
        
        v1.0.2: Mobile Phone Compatible   
        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
