This repository contains source code for the MadPy website
The website is built using the static website generator Lektor, which can be installed using uv:
uv tool install LektorTo serve the website locally:
lektor serverTo build the website locally:
lektor build --output-path </path/to/build/directory>This website is hosted using GitHub Pages. Note that for organization pages, the build website must live in the master branch of the repository. Because of this, we use the source branch of madison-python.github.io for development and use GitHub Actions to automatically deploy our built website to the master branch.