Repository for website of the Python Leiden User Group
https://pythonleiden.nl
- HTML 82.1%
- CSS 17.9%
|
All checks were successful
Deploy to VPS / deploy (push) Successful in 8s
Reviewed-on: #6 |
||
|---|---|---|
| .forgejo/workflows | ||
| site | ||
| .editorconfig | ||
| .gitignore | ||
| _config.yaml | ||
| LICENSE | ||
| prek.toml | ||
| 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 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!