This repository contains source code for the MadPy website
The website is built using the static website generator Lektor, which can be installed using pip
:
pip install Lektor
or conda
:
conda install -c conda-forge lektor
To serve the website locally:
lektor server
To 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.