33 lines
666 B
Markdown
33 lines
666 B
Markdown
|
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)
|