From 8c37f68ef9aef9c9cc04e06ec3faa5cde761ee2f Mon Sep 17 00:00:00 2001 From: Richard Thier Date: Mon, 3 Feb 2020 20:15:41 +0100 Subject: [PATCH] Added README.md as a simple description --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7ef481 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +MagosIT website +=============== + +One variation of a simple MagosIT Kft static website for the company with fast loading times and easy-to-change markup based content. + +Uses prosopopee +--------------- + +https://pypi.org/project/prosopopee/ + + pip install prosopopee + +Usage: + + prosopopee + prosopopee preview + prosopopee deploy + prosopopee test + prosopopee (-h | --help) + prosopopee.py --version + +See: + +https://github.com/Psycojoker/prosopopee + +Done using venv +--------------- + + python3 -m venv + source /bin/activate + +This is needed for locally installing the stuff. Maybe that way one can install manually too using the setup.py (see manuals online)