Static site for the Django's 20th birthday website
This is a Hugo project.
We have a docker compose file that allows you to run the site easily:
docker compose up# Install dependencies
uv sync
# Run hugo server
uv run hugo serverPlease follow the instructions in content/add-event.md to submit your event via Pull Request or GitHub Issue.