blob: 4faf3cd1a18073dc3c24bdab065ab5030aa84183 (
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
|
# 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 on gitlab pages
```bash
./deploy
```
## Improvements
- prettify urls
- i18n ?
- blog ?
|