This repository creates the OpenLists website.
Note that created website is hosted via the host repository - this repository is used to organize and create the site content.
Creating the website is managed through the Makefile
.
To re-deploy the website, run:
make deploy
In addition to the Makefile, this repo contains:
_config.yml
: the config file for the site, which gets copied overprep_site.py
: script for getting and converting website content
Note that an interim folder, outputs
, is created and used when deploying the website.