Skip to content

Commit

Permalink
Add BitBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Oct 29, 2024
1 parent c35316f commit 7becb5b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ description.

### Social and academic accounts

- `github`: Username to your Github account.

- `orcid`: Your ORCID number (in the shape `0000-0000-0000-0000`).

- `dblp`: *URL* to your DBLP page.
Expand All @@ -89,10 +87,14 @@ description.

- `hal`: *URL* to your HAL page.

- `mastodon`: *URL* to your Mastodon account.
- `github`: Username to your Github account.

- `gitlab`: Username to your Gitlab account.

- `bitbucket`: *URL* to your BitBucket account.

- `mastodon`: *URL* to your Mastodon account.

- `bluesky`: *URL* to your BlueSky account.

- `linkedin`: *URL* to your LinkedIn account.
Expand Down
5 changes: 5 additions & 0 deletions pandoc/template.html4
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@
<i class="fa-brands fa-gitlab fa-fw"></i>
</a>
$endif$
$if(bitbucket)$
<a href="$bitbucket$" title="BitBucket">
<i class="fa-brands fa-bitbucket fa-fw"></i>
</a>
$endif$
$if(bluesky)$
<a href="$bluesky$" title="BlueSky">
<i class="fa-brands fa-bluesky fa-fw"></i>
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ hal: https://hal.science/
mastodon: https://lipn.info
github: basicpage
gitlab: gitlab.com
bitbucket: bitbucket.com
bluesky: https://bsky.app/
linkedin: https://www.linkedin.com
---
Expand Down

0 comments on commit 7becb5b

Please sign in to comment.