Skip to content

hyperimpose/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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