{{ message }}
Adding profile picture to classic theme #214
Closed
MathiasVDA
started this conversation in
Ideas
Replies: 2 comments 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
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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.yamlBeta Was this translation helpful? Give feedback.
All reactions