Metadata-Version: 1.1
Name: kks
Version: 1.0.1
Summary: a pithy and elegant python static blog
Home-page: https://github.com/kangkaisen/kks/
Author: kangkaisen
Author-email: kangkaisen@163.com
License: BSD
Description: 
        kks
        ---
        
        Micro & Fast static blog generator (markdown => html). 4 - Beta
        
        Features
        ````````
        
        * Static: Markdown => HTML
        * Not tags, No categories, No feed generation, No ...
        * Minimal & Simple configuration
        * Ability to run in the background as a daemon
        * Ability to save posts in PDF for offline reading
        * Ability to build automatically once source updated
        
        Installation
        `````````````
        
        .. code:: bash
        
            $ mkdir MyBlog
            $ cd MyBlog
            $ virtualenv venv
            New python executable in venv/bin/python
            Installing setuptools............done.
            Installing pip...............done.
            $ . venv/bin/activate
            $ pip install rux
        
        Links
        `````
        
        * GitHub <https://github.com/hit9/rux>
        
Keywords: static blog generator markdown,html
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Customer Service
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
