Metadata-Version: 1.0
Name: hazel
Version: 0.4.0
Summary: hazel: a capsule static blog generator
Home-page: https://github.com/shunfan/hazel
Author: Shunfan Du
Author-email: i@perry.asia
License: MIT
Description: hazel
        -----
        
        .. image:: https://travis-ci.org/shunfan/hazel.png?branch=master
            :target: https://travis-ci.org/shunfan/hazel
        
        Hazel is a capsule static blog generator in Python
        
        Comprehensive documentation: https://hazel.readthedocs.org/en/latest/
        
        License
        -------
        
        MIT.
        
        Status
        ------
        
        Alpha
        
        Getting Start
        -------------
        
        Installation using pip::
        
            pip install hazel
        
        Target a directory::
        
            cd your-blog-path
        
        Initiate your blog::
        
            hazel init
        
        Write your first blog post::
        
            hazel write my-first-post
        
        Generate your blog::
        
            hazel generate
        
        More comprehensive documentation includes personal configuration of blog and the standard of template will be provided in several days.
Keywords: static blog markdown
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
