TimmyChan / data-science-tech-resume-template

I was just trying to make a resume... I ended up with a LaTeX template too, might as well share
Creative Commons Attribution 4.0 International
59 stars 15 forks source link

Portfolio link is hardcoded to _header.tex #5

Open RuiApostolo opened 2 years ago

RuiApostolo commented 2 years ago

It'd be useful to have it be configurable like github/linkedin links.

olgOk commented 2 years ago

Agree

mithundiddi commented 2 years ago

In resume.tex add

\def\Portfolio{your_portfolio_url} % eg: foo.com for href of https://foo.com

In header add Portfolio: \href{https://\Portfolio}{\Portfolio}\ % Portfolio