Metadata-Version: 1.1
Name: DelogX
Version: 1.2.3
Summary: Yet another Markdown based blog
Home-page: http://delogx.deluxghost.me/
Author: deluxghost
Author-email: deluxghost@gmail.com
License: Apache License 2.0
Description: DelogX is a lite, tiny, micro and dynamic Markdown based blog framework, written in Python and powered by Flask.
        
        Features
        --------
        
        -  Small, little, lite, tiny and micro.
        -  Easy to install and deploy.
        -  Write and publish with Markdown.
        -  Manage articles in one directory.
        -  No database and admin panel, everything is file.
        -  Compatible with Windows, macOS, Linux and even WSL or Android.
        -  Configure everything, including localization.
        -  Customize your blog with plugins and themes.
        -  Deploy on Apache, Nginx, standalone WSGI containers or just built-in server.
        
        Installation
        ------------
        
        Install DelogX with pip:
        
        .. code:: shell
        
            pip3 install DelogX
        
        You may need root permissions:
        
        .. code:: shell
        
            sudo pip3 install DelogX
        
        Getting Started
        ---------------
        
        After installing, Create a new directory to store your blog application, and enter it.
        
        .. code:: shell
        
            mkdir my_blog
            cd my_blog
        
        Then run command:
        
        .. code:: shell
        
            delogx init
        
        and follow the instructions to initialize.
        
        When the process is complete, run:
        
        .. code:: shell
        
            python3 debug.py
        
        and visit "http://127.0.0.1:8000" to test if everything is ok.
        
        If everything is ok, you can read the `documentation <https://github.com/deluxghost/DelogX/wiki>`__ to learn about how to config and how to add posts.
        
Keywords: flask markdown blog framework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Framework :: Flask
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
