[Jinja2] init

This commit is contained in:
coja
2026-05-02 23:18:51 +02:00
parent 9eca59f80f
commit 0724816c88
13 changed files with 350 additions and 352 deletions

View File

@@ -2,11 +2,11 @@
help:
@echo "Available commands:"
@echo " make prep - Create venv and install requirements"
@echo " make build - Full website build sequence"
@echo " make events - Update site from CSV (build pages + images)"
@echo " make dev - Start development server"
@echo " make stop - Stop development server"
@echo " make build - Full website build sequence"
@echo " make prep - Create venv and install requirements"
@echo " make help - Show this help message"
prep:
@@ -28,3 +28,4 @@ dev:
stop:
nginx -p . -s stop