/resume

My resume

Primary LanguagePython

Resume

My resume, 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/resume.git
cd resume
make install

Deployment

make build

This command generate HTML and PDF files in output directory

Developement

Serve website locally

make serve

Website will be available at localhost:8000