# Personal Page Generate a website presenting resume and project from data given by a yaml file. ## Required dependency - `pdflatex` ## Getting started Install nix: ``` bash curl https://nixos.org/nix/install | sh ``` Then, launch the environment with: ``` bash make start ``` Later, stop the environment with: ```bash make stop ``` ## Build ``` sh make build ``` ## Configuration ``` port = 3000 git = "https://gitlab.com/" generateResumes = Daily # Hourly / Daily ```