blob: 9b9a346770b0fbec2b0aaac1e3389da491735d79 (
plain) (
blame)
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
|
# 📝 Resume
Forked from [nmattia/resume](https://github.com/nmattia/resume)
## Tweaking
``` shell
$ git clone https://github.com/fuwn/resume
$ cd resume
$ vim markdown/resume.md # Modify to fit your own needs
```
## Building
### Requirements (if you DON'T use `nix-shell`)
* ConTeXt
* [pandoc](https://pandoc.org/)
* [GNU make](https://www.gnu.org/software/make/)
``` shell
$ nix-build
```
or
``` shell
$ nix-shell
[nix-shell]$ make
```
|