blog/README.md

21 lines
341 B
Markdown

# Platypush blog pages
This project provides the content of the Platypush blog.
It uses [`madblog`](https://git.platypush.tech/blacklight/madblog)
as a Markdown-based blogging micro-framework.
## Setup
```shell
$ pip install madblog
```
## Run
```shell
$ git clone https://git.platypush.tech/platypush/blog.git
$ cd blog
$ madblog
```