pelican blog搭建

Posted on Sat 20 October 2018 in programming

Installation

  1. pip install pelican
  2. pip install Markdown
  3. pelican-quickstart to build a quick start version project
  4. [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

Reference

pelican

typogrify