From 850e9c4a8bc5cac2ecf63c3ad32a6ef8b2415427 Mon Sep 17 00:00:00 2001 From: Alex Chohlas-Wood Date: Thu, 12 Oct 2023 09:42:52 -0700 Subject: [PATCH] Add Bluesky to social network links (#1218) --- CHANGELOG.md | 2 +- _config.yml | 1 + _includes/social-networks-links.html | 12 ++++++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 540f0b5e5563..e08da6f5f904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ - BREAKING CHANGE: Allow changing the order of the social network links that appear in the footer (#1152) - Fixed bug where hovering over search results showed the text "{desc}" (#1156) -- Added social network link for GitLab (#1168) +- Added social network links for GitLab, Bluesky (#1168, #1218) - Added instructions and example on how to fix image links in project sites (#1171) ## v6.0.1 (2023-06-08) diff --git a/_config.yml b/_config.yml index 3c8cb7bb407e..d38f614c058b 100644 --- a/_config.yml +++ b/_config.yml @@ -80,6 +80,7 @@ social-network-links: # telegram: yourname # calendly: yourname mastodon: mastodon.social/@adumont + bluesky: adumont.bsky.social # ORCID: your ORCID ID # google-scholar: your google scholar # discord: "invite_code" or "users/userid" or "invite/invite_code" diff --git a/_includes/social-networks-links.html b/_includes/social-networks-links.html index 1e714d609a73..f5e7b1683c05 100644 --- a/_includes/social-networks-links.html +++ b/_includes/social-networks-links.html @@ -255,6 +255,18 @@ {%- endif -%} + {%- if network[0] == "bluesky" -%} +
  • + + + Bluesky + +
  • + {%- endif -%} + {%- if network[0] == "ORCID" -%}