Source for pysprings.org — the Southern Colorado Python User Group website.
Built with MkDocs Material.
pip install mkdocs-material
mkdocs serveThen open http://localhost:8000.
Pushes to master automatically deploy via GitHub Actions. See .github/workflows/deploy.yml.
To add or update a wiki page:
- Fork this repo
- Edit files under
docs/ - Preview with
mkdocs serve - Open a PR
Wiki pages live in docs/wiki/. Each lightning talk, series, and project has its own page. Stub pages have an "Edit on GitHub" link — contributions welcome.