Repository for website of the Python Leiden User Group https://pythonleiden.nl
  • HTML 81.5%
  • CSS 18.5%
Find a file
Michiel W. Beijen f561443efd
All checks were successful
Deploy to VPS / deploy (push) Successful in 3s
Remove last GitHub references
2025-12-21 20:38:52 +01:00
.forgejo/workflows Move to codeberg! 2025-12-21 20:28:13 +01:00
site Remove last GitHub references 2025-12-21 20:38:52 +01:00
.editorconfig Add .editorconfig 2025-10-07 21:46:53 +02:00
.gitignore Second iteration: move to Jekyll 2024-12-20 22:25:03 +01:00
.pre-commit-config.yaml pre-commit: use mdformat 2025-09-18 20:37:13 +02:00
_config.yaml Second iteration: move to Jekyll 2024-12-20 22:25:03 +01:00
LICENSE Initial commit 2024-12-17 20:37:30 +01:00
README.md Remove last GitHub references 2025-12-21 20:38:52 +01:00

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 pre-commit and run pre-commit install 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!