My resume, 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/resume.git
cd resume
make install
make build
This command generate HTML and PDF files in output
directory
make serve
Website will be available at localhost:8000