From 3b8111882bc6f0cf7740da7e454bd3dc136a780b Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 24 Jan 2021 12:20:02 +0100 Subject: [PATCH] README --- .gitignore | 1 + README.md | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore mode change 120000 => 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/README.md b/README.md deleted file mode 120000 index 0197498..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -static/pages/Home.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c55ba1 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Platypush blog pages and engine + +This project provides the pages and the webapp needed by the Platypush blog. + +## Dependencies + +- `flask` +- `markdown` +