This repository contains the website generator and content for https://hyperimpose.org
The website is built using a custom generator based on Jinja2 templates and org-mode html exported files. The generator is written in Python 3.
To run the generator and build the website, clone this repository and then from the root directory of the project run the following commands:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python generator
The content of the website is saved in the docs/ directory and served with Github Pages.
- The content is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International license.
- The generator is licensed under the BSD 3-Clause “New” or “Revised” License.