pelican blog搭建
Posted on Sat 20 October 2018 in programming
Installation
pip install pelicanpip install Markdownpelican-quickstartto build a quick start version project- [Optional]
pip install typogrify
Usage
blog metadata
Title: My title
Date: 2010-12-03 10:20
Modified: 2010-12-05 19:30
Category: Python
Tags: pelican, publishing
Slug: my-post
Authors: Alexis Metaireau, Conan Doyle
Summary: Short version for index and feeds
This is the content of my blog post.
- make regenerate
- make serve
- make devserve