Repository for website of the Python Leiden User Group
https://pythonleiden.nl
- HTML 81.5%
- CSS 18.5%
|
All checks were successful
Deploy to VPS / deploy (push) Successful in 3s
|
||
|---|---|---|
| .forgejo/workflows | ||
| site | ||
| .editorconfig | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| _config.yaml | ||
| LICENSE | ||
| README.md | ||
Python Leiden User Group
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!