Regulatory circtuits LOD website, build with Nikola
# Debian/Ubuntu
sudo apt install -y git make python3 python3-venv
# Fedora
sudo dnf install -y git make python3 python3-virtualenv
git clone https://github.com/xgaia/regulatorycircuits-lod_website.git
cd regulatorycircuits-lod_website
make install
make build
Generated html are in the output
directory
make serve
make page
The new page will be created in the pages
directory