commit 8c37f68ef9aef9c9cc04e06ec3faa5cde761ee2f Author: Richard Thier Date: Mon Feb 3 20:15:41 2020 +0100 Added README.md as a simple description 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)