Repository for website of the Python Leiden User Group https://pythonleiden.nl
  • HTML 82.1%
  • CSS 17.9%
Find a file
Michiel Beijen a819299094
All checks were successful
Deploy to VPS / deploy (push) Successful in 8s
Merge pull request 'Add final April talk' (#6) from kentrop-streamlit into main
Reviewed-on: #6
2026-02-17 19:47:10 +01:00
.forgejo/workflows Move from pre-commit to prek 2026-02-10 20:03:53 +01:00
site Add final April talk 2026-02-17 19:44:54 +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
_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!