aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7190ea6e6359b828402967b26f5baab39e70f962 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
```