Go to file
Fabio Manganiello 13827d670f Migrated fourth article 2021-01-28 00:01:53 +01:00
app Fixed image URLs in RSS feeds 2021-01-26 02:08:16 +01:00
static Migrated fourth article 2021-01-28 00:01:53 +01:00
templates Explicitly pass skip_header=False in index.html 2021-01-26 02:19:04 +01:00
.gitignore gitignore 2021-01-25 19:16:56 +01:00
README.md Migrated fourth article 2021-01-28 00:01:53 +01:00
requirements.txt Blog iteration #2 2021-01-24 20:39:27 +01:00

README.md

Platypush blog pages and engine

This project provides the pages and the webapp needed by the Platypush blog.

Dependencies

  • flask
  • markdown
  • pygments

Start the web app

# The application will listen on port 8000
python -m app