Repository for website of the Python Leiden User Group https://pythonleiden.nl
  • HTML 82.1%
  • CSS 17.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Michiel W. Beijen 0c79502d51
All checks were successful
Deploy to VPS / deploy (push) Successful in 8s
Add November meeting
2026-09-20 10:56:23 +02:00
.forgejo/workflows Move from pre-commit to prek 2026-02-10 20:03:53 +01:00
site Add November meeting 2026-09-20 10:56:23 +02: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
_config.yaml Add RSS feed 2026-02-10 20:40:18 +01:00
LICENSE Initial commit 2024-12-17 20:37:30 +01:00
prek.toml January 2026: add slides for all talks 2026-02-15 15:36:28 +01:00
README.md Move from pre-commit to prek 2026-02-10 20:03:53 +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 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!