AskOmics website, build with Nikola
# Debian/Ubuntu
sudo apt install -y git make python3 python3-venv
# Fedora
sudo dnf install -y git make python3 python3-virtualenvgit clone https://github.com/askomics/website.git askomics_website
cd askomics_website
make installmake buildGenerated html are in the output directory
make servemake pageThe new page will be created in the pages directory
make postThe new post will be created in the posts directory