Fabio Manganiello
f34f1f6232
Removed all the Python logic + templates and styles. Those have now been moved to a stand-alone project (madblog), therefore this repo should only contain the static blog pages and images.
21 lines
342 B
Markdown
21 lines
342 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
|
|
```
|
|
|