From 9a30210864f09f06ac78fa93952f09e5358dd488 Mon Sep 17 00:00:00 2001 From: Romain Paquet Date: Sat, 25 Oct 2025 00:15:22 +0200 Subject: [PATCH] =?UTF-8?q?add=20r=C3=A9sum=C3=A9=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resumé/.gitignore | 2 ++ resumé/README.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 resumé/.gitignore create mode 100644 resumé/README.md diff --git a/resumé/.gitignore b/resumé/.gitignore new file mode 100644 index 0000000..e29776b --- /dev/null +++ b/resumé/.gitignore @@ -0,0 +1,2 @@ +*.pdf +profile-circle.png diff --git a/resumé/README.md b/resumé/README.md new file mode 100644 index 0000000..edfe7a3 --- /dev/null +++ b/resumé/README.md @@ -0,0 +1,5 @@ +# Résumé + +To build the PDF versions, simply `make`. Before that, the profile picture +should be in this directory under the path `profile-circle.png`, since it is +not checked out for privacy.