From 0fe906ae7453aa684e998bbcc7a78b62d84f0206 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 6 Apr 2014 22:55:16 +0200 Subject: Show resume and projects from a configuration file --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7190ea6 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# 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 +``` -- cgit v1.2.3