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-virtualenv
git clone https://github.com/askomics/website.git askomics_website
cd askomics_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
make post
The new post will be created in the posts
directory