Webseite von Chaos West TV
Go to file
Jan Koppe 8d8749d4fb
rudimentary build & deploy instructions
2024-11-12 22:20:27 +01:00
assets lots of layout things for event blog; tons of updated event posts 2024-11-09 14:21:05 +01:00
configs Update lektor_scss plugin and its config 2024-01-25 01:30:44 +01:00
content lots of layout things for event blog; tons of updated event posts 2024-11-09 14:21:05 +01:00
databags lots of layout things for event blog; tons of updated event posts 2024-11-09 14:21:05 +01:00
models lots of layout things for event blog; tons of updated event posts 2024-11-09 14:21:05 +01:00
templates lots of layout things for event blog; tons of updated event posts 2024-11-09 14:21:05 +01:00
.gitattributes Initialize Project 2022-01-19 21:57:13 +01:00
.gitignore rudimentary build & deploy instructions 2024-11-12 22:20:27 +01:00
LICENCE Initialize Project 2022-01-19 21:57:13 +01:00
Makefile Add makefile and pretify plugin 2022-04-26 20:52:13 +02:00
README.md rudimentary build & deploy instructions 2024-11-12 22:20:27 +01:00
chaoswest.tv.lektorproject rudimentary build & deploy instructions 2024-11-12 22:20:27 +01:00
poetry.lock some layout changes, remove html-pretify as it messes up whitespace 2024-11-08 11:13:18 +01:00
pyproject.toml some layout changes, remove html-pretify as it messes up whitespace 2024-11-08 11:13:18 +01:00

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