Metadata-Version: 1.1
Name: pelican_manager
Version: 0.2
Summary: easy way to management pelican blog.
Home-page: https://github.com/xiaojieluo/pelican-manager
Author: Xiaojie Luo
Author-email: xiaojieluoff@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: Pelican manager
        
        [![Build Status](https://travis-ci.org/xiaojieluo/pelican-manager.svg?branch=master)](https://travis-ci.org/xiaojieluo/pelican-manager)
        [![codecov](https://codecov.io/gh/xiaojieluo/pelican-manager/branch/master/graph/badge.svg)](https://codecov.io/gh/xiaojieluo/pelican-manager)
        
        
        
        ## 0.2 (2018-02-03)
        - 当 metadata 不存在时， 在文章中插入 metadata
        - 读取 pelicanconf.py 的 ARTICLE_PATH 变量作为文章存放的位置。
        - 将 pelican_manager 配置存入 pelicanconf.py 文件中， 放弃 pelican_manager.toml
        - 添加 -c 参数， 用来指定 pelican 的 config 文件
        
        ## 0.1.1 (2018-02-01)
        - fix some bug.
        
        ## 0.1 (2018-01-29)
        - The first edition, which lists all articles, can modify their metadata
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
