django-birthday20 Static site for the Django's 20th birthday website This is a Hugo project. Running with Docker We have a docker compose file that allows you to run the site easily: docker compose up Running without Docker # Install dependencies uv sync # Run hugo server uv run hugo server