chore(design) Redo the webpage

Trying to make a modern webpage. Tailwind is verbose but helps to do it
faster. I will later make a better CSS.

TODO: make dynamic links to package repository, exe, binaries... and add
a better example
This commit is contained in:
2025-10-19 09:27:00 +02:00
parent 58d8eb48b5
commit df926940c9
33 changed files with 747 additions and 1735 deletions

View File

@@ -13,7 +13,6 @@ dist: $(wildcard src/* compose.yaml)
deploy: build
helm -n $(NS) upgrade --install $(RELEASE) ./chart/ -f override.yaml --create-namespace
sleep 1
$(MAKE) add-redirect
kubectl -n $(NS) rollout restart deployment $(RELEASE)-server
venv:
@@ -23,5 +22,9 @@ add-redirect: venv
kubectl -n $(NS) apply -f <(./venv/bin/python add-domain.py)
serve:
$(MAKE) stop
rm -rf dist
podman compose up
stop:
-podman compose down