10 Commits
Author SHA1 Message Date
coja 5b88d7fb48 [Cleanup] agents 2026-08-09 05:36:35 +02:00
cojaandcoja 20084e5dea [Doc] sudo for dev 2026-08-09 05:36:35 +02:00
cojaandcoja 15cfbc5b87 [Gobal] added flake8 and did format 2026-08-09 05:36:33 +02:00
cojaandcoja be3980a331 [Page] language change fix 2026-08-09 05:36:18 +02:00
cojaandcoja 15942d2f24 [Page] statute strange unicodes 2026-08-09 05:36:18 +02:00
cojaandcoja 30983b3699 [Page] syntax fixes and formating 2026-08-09 05:36:18 +02:00
cojaandcoja ff616cb491 [Page] deconference 2026-08-09 05:36:18 +02:00
cojaandcoja 18f2a3009c [Makefile] revert 2026-08-09 05:36:18 +02:00
cojaandcoja 3d244dbe03 [Jinja2] lang btn and cleanup 2026-08-09 05:36:17 +02:00
cojaandcoja 4d115a29c6 [Jinja2] init 2026-08-09 05:36:02 +02:00
3 changed files with 3 additions and 7 deletions
+3 -3
View File
@@ -4,8 +4,8 @@ help:
@echo "Available commands:" @echo "Available commands:"
@echo " make prep - Create venv and install requirements" @echo " make prep - Create venv and install requirements"
@echo " make events - Update site from CSV (build pages + images)" @echo " make events - Update site from CSV (build pages + images)"
@echo " make dev - Start development server" @echo " make dev - Start development server (might need a sudo)"
@echo " make stop - Stop development server" @echo " make stop - Stop development server (might need a sudo)"
@echo " make build - Full website build sequence" @echo " make build - Full website build sequence"
@echo " make help - Show this help message" @echo " make help - Show this help message"
@@ -27,7 +27,7 @@ dev:
nginx -p . -c nginx.dev.conf nginx -p . -c nginx.dev.conf
stop: stop:
nginx -p . -c nginx.dev.conf -s stop nginx -p . -s stop
lint: lint:
./.venv/bin/flake8 . --config .flake8 --exclude .venv ./.venv/bin/flake8 . --config .flake8 --exclude .venv
-3
View File
@@ -1,12 +1,9 @@
# Start nginx in this directory with `nginx -p . -c nginx.conf` # Start nginx in this directory with `nginx -p . -c nginx.conf`
# Stop nginx with `nginx -p . -s stop` # Stop nginx with `nginx -p . -s stop`
pid nginx.pid;
events {} events {}
http { http {
# edit this for your system # edit this for your system
types_hash_max_size 2048;
types_hash_bucket_size 128; types_hash_bucket_size 128;
include /etc/nginx/mime.types; include /etc/nginx/mime.types;
-1
View File
@@ -1 +0,0 @@
172000