/regulatorycircuits-lod_website

https://regulatorycircuits-lod.genouest.org

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Regulatory circtuits LOD website

Regulatory circtuits LOD website, build with Nikola

Installation

Install dependencies

# Debian/Ubuntu
sudo apt install -y git make python3 python3-venv
# Fedora
sudo dnf install -y git make python3 python3-virtualenv

Download and install website

git clone https://github.com/xgaia/regulatorycircuits-lod_website.git
cd regulatorycircuits-lod_website
make install

Deployment

make build

Generated html are in the output directory

Developement

Serve website locally

make serve

Create a page

make page

The new page will be created in the pages directory