Added README.md as a simple description

This commit is contained in:
Richard Thier 2020-02-03 20:15:41 +01:00
commit 8c37f68ef9

32
README.md Normal file
View File

@ -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 <DIR>
source <DIR>/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)