GitXplorerGitXplorer
j

cv

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
8e0ef6a15d99f04c7c27dd308bc1b106e37538c5

Completely rework and update cv contents

jjneidel committed a year ago
Unverified
545725002b8d12d110b1535e688286fe24e40568

Add render commands to Makefile

jjneidel committed a year ago
Unverified
5f81ebcf4d38d3ca45fde9ad47b48980d10be4c7

Update README to reflect changes to Makefile

jjneidel committed 3 years ago
Unverified
a80d4260a96ab2944c2c26502d187886b9cc5e8a

Add upload command to make

jjneidel committed 3 years ago
Unverified
5a103ea4ae07fa3b9063068cc83b11e007b55f6d

Translate to english, update to current time

jjneidel committed 3 years ago
Unverified
9c3b60327674f65488f9ba65eba77ada7602b114

Add LinkedIn link

jjneidel committed 3 years ago

README

The README file for this repository.

cv

Source for my CV

My personal cv built with LaTex. See the result.

Build

To build once:

make all

# on their own
make de
make en

To rebuild on change:

make watch

# on their own
make watch_en
make watch_de

To rerender on change:

make render_en
make render_de

Dependencies

yay -S texlive-full