File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ description.
7979
8080# ## Social and academic accounts
8181
82- - `github` : Username to your Github account.
83-
8482- `orcid` : Your ORCID number (in the shape `0000-0000-0000-0000`).
8583
8684- `dblp` : *URL* to your DBLP page.
@@ -89,10 +87,14 @@ description.
8987
9088- `hal` : *URL* to your HAL page.
9189
92- - `mastodon ` : *URL* to your Mastodon account.
90+ - `github ` : Username to your Github account.
9391
9492- `gitlab` : Username to your Gitlab account.
9593
94+ - `bitbucket` : *URL* to your BitBucket account.
95+
96+ - `mastodon` : *URL* to your Mastodon account.
97+
9698- `bluesky` : *URL* to your BlueSky account.
9799
98100- `linkedin` : *URL* to your LinkedIn account.
Original file line number Diff line number Diff line change 118118 <i class="fa-brands fa-gitlab fa-fw"></i>
119119 </a>
120120 $endif$
121+ $if(bitbucket)$
122+ <a href="$bitbucket$" title="BitBucket">
123+ <i class="fa-brands fa-bitbucket fa-fw"></i>
124+ </a>
125+ $endif$
121126 $if(bluesky)$
122127 <a href="$bluesky$" title="BlueSky">
123128 <i class="fa-brands fa-bluesky fa-fw"></i>
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ hal: https://hal.science/
1818mastodon : https://lipn.info
1919github : basicpage
2020gitlab : gitlab.com
21+ bitbucket : bitbucket.com
2122bluesky : https://bsky.app/
2223linkedin : https://www.linkedin.com
2324---
You can’t perform that action at this time.
0 commit comments