Metadata-Version: 1.1
Name: Seraph
Version: 0.33
Summary: A static blog generator, with jinja2 template and Markdown support.
Home-page: https://github.com/wontoncc/Seraph
Author: wontoncc
Author-email: wonton.cc@gmail.com
License: UNKNOWN
Description: Mainly inspired by hyde, it is now a very alpha version.
        
        =====
        Usage
        =====
        Initate the site:
            Seraph --init [DIR]
        Build the site:
            cd [DIR]
            Seraph --build
        Check your site in "build/".
        
        =====
        Get Code in Developement
        =====
        Please refer to the `code on github<https://github.com/wontoncc/Seraph>`_.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Code Generators
