aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris Guyonvarch2014-04-06 22:55:16 +0200
committerJoris2019-05-01 15:34:22 +0200
commit0fe906ae7453aa684e998bbcc7a78b62d84f0206 (patch)
treed3968af830b964193349187fb6fc583780cd0ce3 /README.md
parent8b11c4be2b3ac354fa14534662dbd92374617a3e (diff)
Show resume and projects from a configuration file
Diffstat (limited to 'README.md')
-rw-r--r--README.md42
1 files changed, 42 insertions, 0 deletions
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
+```