mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
implement mastodon social
This commit is contained in:
parent
9c70e8f282
commit
79733e9ebc
3 changed files with 4 additions and 0 deletions
|
|
@ -259,6 +259,7 @@
|
||||||
\ifthenelse{\equal{#1}{linkedin}} {\collectionadd[linkedin]{socials} {\protect\httpslink[#3]{www.linkedin.com/in/#3}}} {}%
|
\ifthenelse{\equal{#1}{linkedin}} {\collectionadd[linkedin]{socials} {\protect\httpslink[#3]{www.linkedin.com/in/#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{xing}} {\collectionadd[xing]{socials} {\protect\httpslink[#3]{www.xing.com/profile/#3}}} {}%
|
\ifthenelse{\equal{#1}{xing}} {\collectionadd[xing]{socials} {\protect\httpslink[#3]{www.xing.com/profile/#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{twitter}} {\collectionadd[twitter]{socials} {\protect\httpslink[#3]{twitter.com/#3}}} {}%
|
\ifthenelse{\equal{#1}{twitter}} {\collectionadd[twitter]{socials} {\protect\httpslink[#3]{twitter.com/#3}}} {}%
|
||||||
|
\ifthenelse{\equal{#1}{mastodon}} {\collectionadd[mastodon]{socials} {\protect\httpslink[#3]{#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{github}} {\collectionadd[github]{socials} {\protect\httpslink[#3]{github.com/#3}}} {}%
|
\ifthenelse{\equal{#1}{github}} {\collectionadd[github]{socials} {\protect\httpslink[#3]{github.com/#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{gitlab}} {\collectionadd[gitlab]{socials} {\protect\httpslink[#3]{gitlab.com/#3}}} {}%
|
\ifthenelse{\equal{#1}{gitlab}} {\collectionadd[gitlab]{socials} {\protect\httpslink[#3]{gitlab.com/#3}}} {}%
|
||||||
\ifthenelse{\equal{#1}{stackoverflow}}{\collectionadd[stackoverflow]{socials}{\protect\httpslink[#3]{stackoverflow.com/users/#3}}} {}%
|
\ifthenelse{\equal{#1}{stackoverflow}}{\collectionadd[stackoverflow]{socials}{\protect\httpslink[#3]{stackoverflow.com/users/#3}}} {}%
|
||||||
|
|
@ -313,6 +314,7 @@
|
||||||
\newcommand*{\linkedinsocialsymbol} {}
|
\newcommand*{\linkedinsocialsymbol} {}
|
||||||
\newcommand*{\xingsocialsymbol} {}
|
\newcommand*{\xingsocialsymbol} {}
|
||||||
\newcommand*{\twittersocialsymbol} {}
|
\newcommand*{\twittersocialsymbol} {}
|
||||||
|
\newcommand*{\mastodonsocialsymbol} {}
|
||||||
\newcommand*{\githubsocialsymbol} {}
|
\newcommand*{\githubsocialsymbol} {}
|
||||||
\newcommand*{\gitlabsocialsymbol} {}
|
\newcommand*{\gitlabsocialsymbol} {}
|
||||||
\newcommand*{\stackoverflowsocialsymbol}{}
|
\newcommand*{\stackoverflowsocialsymbol}{}
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,7 @@
|
||||||
\renewcommand*{\linkedinsocialsymbol} {{\small\faLinkedinIn}~} % alternative: \faLinkedin
|
\renewcommand*{\linkedinsocialsymbol} {{\small\faLinkedinIn}~} % alternative: \faLinkedin
|
||||||
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
\renewcommand*{\xingsocialsymbol} {{\small\faXing}~} % alternative: \faXingSquare
|
||||||
\renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare
|
\renewcommand*{\twittersocialsymbol} {{\small\faTwitter}~} % alternative: \faTwitterSquare
|
||||||
|
\renewcommand*{\mastodonsocialsymbol} {{\small\faMastodon}~}
|
||||||
\renewcommand*{\githubsocialsymbol} {{\small\faGithub}~} % alternative: \faGithubSquare, \faGithub*
|
\renewcommand*{\githubsocialsymbol} {{\small\faGithub}~} % alternative: \faGithubSquare, \faGithub*
|
||||||
\renewcommand*{\gitlabsocialsymbol} {{\small\faGitlab}~}
|
\renewcommand*{\gitlabsocialsymbol} {{\small\faGitlab}~}
|
||||||
\renewcommand*{\stackoverflowsocialsymbol}{{\small\faStackOverflow}~}
|
\renewcommand*{\stackoverflowsocialsymbol}{{\small\faStackOverflow}~}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
\renewcommand*{\linkedinsocialsymbol} {\textbf{in}~}
|
\renewcommand*{\linkedinsocialsymbol} {\textbf{in}~}
|
||||||
\renewcommand*{\xingsocialsymbol} {\textbf{xi}~}
|
\renewcommand*{\xingsocialsymbol} {\textbf{xi}~}
|
||||||
\renewcommand*{\twittersocialsymbol} {\textbf{tw}~}
|
\renewcommand*{\twittersocialsymbol} {\textbf{tw}~}
|
||||||
|
\renewcommand*{\mastodonsocialsymbol} {\textbf{ms}~}
|
||||||
\renewcommand*{\githubsocialsymbol} {\textbf{gh}~}
|
\renewcommand*{\githubsocialsymbol} {\textbf{gh}~}
|
||||||
\renewcommand*{\gitlabsocialsymbol} {\textbf{gl}~}
|
\renewcommand*{\gitlabsocialsymbol} {\textbf{gl}~}
|
||||||
\renewcommand*{\stackoverflowsocialsymbol}{\textbf{so}~}
|
\renewcommand*{\stackoverflowsocialsymbol}{\textbf{so}~}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue