Metadata-Version: 2.0
Name: pelican-manager
Version: 0.2.1
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
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
Requires-Dist: flask (>=0.12.2)
Requires-Dist: flask-WTF (>=0.14.2)
Provides-Extra: security
Requires-Dist: pyOpenSSL (>=0.14); extra == 'security'
Requires-Dist: cryptography (>=1.3.4); extra == 'security'
Requires-Dist: idna (>=2.0.0); extra == 'security'
Provides-Extra: socks
Requires-Dist: PySocks (!=1.5.7,>=1.5.6); extra == 'socks'
Provides-Extra: socks
Requires-Dist: win-inet-pton; sys_platform == "win32" and (python_version == "2.7" or python_version == "2.6") and extra == 'socks'

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.1
修复在后台设置 debug 值不正确的错误
当文章中不存在 Status 元数据时， 默认为 published.

## 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


