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` +