Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 983 Bytes

File metadata and controls

28 lines (19 loc) · 983 Bytes

hyperimpose.org website

This repository contains the website generator and content for https://hyperimpose.org

Generator

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

Content

The content of the website is saved in the docs/ directory and served with Github Pages.

License