blog/README.md

21 lines
341 B
Markdown
Raw Normal View History

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