https://github.com/hyperimpose/website
hyperimpose.org website
https://github.com/hyperimpose/website
Last synced: 12 months ago
JSON representation
hyperimpose.org website
- Host: GitHub
- URL: https://github.com/hyperimpose/website
- Owner: hyperimpose
- Created: 2024-04-13T16:21:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T22:57:42.000Z (about 1 year ago)
- Last Synced: 2025-01-12T20:47:09.125Z (about 1 year ago)
- Language: Racket
- Homepage: http://hyperimpose.org/
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+OPTIONS: ^:nil
* 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:
#+BEGIN_SRC sh
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python generator
#+END_SRC
** Content
The content of the website is saved in the [[./docs][docs/]] directory and served with Github Pages.
** License
- The content is licensed under the [[https://creativecommons.org/licenses/by-nd/4.0/][Creative Commons Attribution-NoDerivatives 4.0 International]] license.
- The generator is licensed under the [[https://spdx.org/licenses/BSD-3-Clause.html][BSD 3-Clause “New” or “Revised” License]].