2022-01-12 00:56:39 +01:00
|
|
|
# Platypush blog pages
|
2021-01-24 12:20:02 +01:00
|
|
|
|
2022-01-12 00:56:39 +01:00
|
|
|
This project provides the content of the Platypush blog.
|
2021-01-24 12:20:02 +01:00
|
|
|
|
2022-01-12 00:56:39 +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
|
|
|
|
2022-01-12 00:56:39 +01:00
|
|
|
## Setup
|
2021-01-28 00:01:53 +01:00
|
|
|
|
2022-01-12 00:56:39 +01:00
|
|
|
```shell
|
|
|
|
$ pip install madblog
|
|
|
|
```
|
|
|
|
|
|
|
|
## Run
|
2021-01-28 00:01:53 +01:00
|
|
|
|
|
|
|
```shell
|
2022-01-12 00:56:39 +01:00
|
|
|
$ git clone https://git.platypush.tech/platypush/blog.git
|
|
|
|
$ cd blog
|
|
|
|
$ madblog
|
2021-01-28 00:01:53 +01:00
|
|
|
```
|