Adding profile picture to classic theme #214
MathiasVDA
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you! There is a PR for built-in profile picture support (#193), thanks to @kael-k. We will release that in the next version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just want to share how I found a workarround to add my profile picture to the classic theme.
I added my profile.jpg picture in the root folder where the My_Name_CV.yaml file is located.
I added this in classic/Preamble.j2.tex at the end of the list of \usepackage
\usepackage{graphicx}
And this at the end of classic/Header.j2.tex
And then I installed https://github.com/MiKTeX/miktex on my Windows machine so that I could run:
rendercv render --use-local-latex-command lualatex .\My_Name_CV.yaml
Beta Was this translation helpful? Give feedback.
All reactions