Skip to content

madison-python/madison-python.github.io

Repository files navigation

MadPy Website

Build Status

This repository contains source code for the MadPy website

Setup

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

Usage

To serve the website locally:

lektor server

To build the website locally:

lektor build --output-path </path/to/build/directory>

Deployment

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.

License

MIT License