DDreame / purepress

A simple static blog generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PurePress

PyPI Python

PurePress is a very simple static blog generator.

Usage

pip install purepress

mkdir my-blog
cd my-blog

purepress init  # init the blog
git clone https://github.com/verilab/purepress-theme-default.git theme  # install a theme

purepress preview  # preview the blog
purepress build  # build the blog

See richardchien/blog for more usage.

About

A simple static blog generator.

License:MIT License


Languages

Language:Python 100.0%