# Personal Page Live [here](https://guyonvarch.gitlab.io/personalPage). [![build status](https://gitlab.com/guyonvarch/personalPage/badges/deploy/build.svg)](https://gitlab.com/guyonvarch/personalPage/commits/master) ## Required dependency - `pdflatex` ## Gettings started Install nix and follow the instructions: ```bash curl https://nixos.org/nix/install | sh ``` Then, start the environment with: ```bash make start ``` Later, stop the environment with: ```bash make stop ``` ## Deploy ```bash ./make deploy ```