|
|
||
|---|---|---|
| assets | ||
| configs | ||
| content | ||
| databags | ||
| models | ||
| templates | ||
| .gitattributes | ||
| .gitignore | ||
| LICENCE | ||
| Makefile | ||
| README.md | ||
| chaoswest.tv.lektorproject | ||
| poetry.lock | ||
| pyproject.toml | ||
README.md
Chaos West TV Website
Build instructions:
Create a webserver for lektor after installing the requirements:
poetry run lektor server
Build the output files:
poetry run lektor build
Copy to the webserver:
scp -rp $(poetry run lektor project-info --output-path)/ cwtv-web@ax41-1.fsn.mon2.de:/www/
Install requirements
poetry is used to manage requirements
# install poetry
pip install poetry
# install requirements
poetry install --no-root
License
License: MIT License