Repository for website of the Python Leiden User Group https://pythonleiden.nl
  • HTML 82.1%
  • CSS 17.9%
Find a file
Michiel W. Beijen e5e1466524
All checks were successful
Deploy to VPS / deploy (push) Successful in 11s
Update for May meeting
2026-04-03 19:10:31 +02:00
.forgejo/workflows
site Update for May meeting 2026-04-03 19:10:31 +02:00
.editorconfig
.gitignore
_config.yaml
LICENSE
prek.toml
README.md

Python Leiden User Group

https://pythonleiden.nl

Building the site locally

sudo apt install jekyll
jekyll serve # this will serve on http://localhost:4000

Contributing

Pull requests are welcome. If you submit code, please install prek and run prek install before committing to automatically format your contributions.

Deploying

Commit, push and wait for Forgejo CI Actions. PRs are welcome!

Credits

This is shamelessly borrowed from Helsinki Python. Thanks!