From b1b190aa748886d21ea0b368145ebd41f53052a5 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Sat, 1 Feb 2025 12:57:44 +0100 Subject: [PATCH] links to X -> links to Bluesky --- config.toml | 3 --- content/about/contact.md | 8 ++++---- content/lessons/other.md | 1 - content/privacy-policy.md | 2 +- templates/base.html | 2 +- templates/footer.html | 3 +-- templates/index/mastodon.html | 2 +- templates/social-media.html | 16 ++++++++++++++++ templates/twitter.html | 27 --------------------------- 9 files changed, 24 insertions(+), 40 deletions(-) create mode 100644 templates/social-media.html delete mode 100644 templates/twitter.html diff --git a/config.toml b/config.toml index e0da42fb..6d3c073d 100644 --- a/config.toml +++ b/config.toml @@ -35,7 +35,4 @@ skip_prefixes = [ [extra] # Put all your custom variables here -twitter_image = "https://raw.githubusercontent.com/coderefinery/coderefinery-artwork/main/socialshare/socialshare-minimal.png" -twitter_image_alt = "CodeRefinery. Teaching good-enough practices for comutational research. Workshops as open as your science should be." - plausible = { src = "https://plausible.cs.aalto.fi/js/script.js", domain = "coderefinery.org", github_ref = "refs/heads/main" } diff --git a/content/about/contact.md b/content/about/contact.md index c0d84041..241272cc 100644 --- a/content/about/contact.md +++ b/content/about/contact.md @@ -28,12 +28,12 @@ You can subscribe to the CodeRefinery newsletter [here](@/about/newsletter.md). -### Announcements and social media: Mastodon and Twitter +### Announcements and social media: Mastodon, LinkedIn, and Bluesky If you like what we do, please reach out: -Mastodon at -[@coderefinery@fosstodon.org](https://fosstodon.org/@coderefinery) and -Twitter at [@coderefine](https://twitter.com/coderefine) +- Mastodon: +- LinkedIn: +- Bluesky: ### Calendars diff --git a/content/lessons/other.md b/content/lessons/other.md index c05a5dca..5cff5419 100644 --- a/content/lessons/other.md +++ b/content/lessons/other.md @@ -86,7 +86,6 @@ a community you can join and give contributions to: - [CBioVikings: ISCB Regional Student Group Denmark](http://cbiovikings.org) - [New Zealand eScience Infrastructure](https://www.nesi.org.nz) - [rOpenSci: Transforming science through open data](http://ropensci.org) -- [The RSE Community](https://twitter.com/ResearchSoftEng) - [NumFOCUS](http://www.numfocus.org) - [Oxford Research Software Engineering group](https://train.oxrse.uk/) - [NASA TOPS Open Science 101](https://openscience101.org/) diff --git a/content/privacy-policy.md b/content/privacy-policy.md index c594dfcb..6e216f49 100644 --- a/content/privacy-policy.md +++ b/content/privacy-policy.md @@ -75,7 +75,7 @@ provided to governmental bodies and other entities as required by law. [Twitch](https://twitch.tv/coderefinery), [YouTube](https://www.youtube.com/channel/UC47aupE7HKGduAjXKt1Gwrg), [Mastodon](https://fosstodon.org/@coderefinery), and - [Twitter](https://twitter.com/coderefine). + [Bluesky](https://bsky.app/profile/coderefinery.org). - *Online video conference systems* - onlinve video conference systems that are licensed to any institute that CodeRefinery team members are affiliated by. diff --git a/templates/base.html b/templates/base.html index 1e934d3f..a7c10e4d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,7 +33,7 @@ {% endblock %} - {% include "twitter.html" %} + {% include "social-media.html" %} {% if config.extra.search_engine_exclude %} diff --git a/templates/footer.html b/templates/footer.html index eb7f6903..229d48c8 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -25,8 +25,7 @@

Follow us

Mastodon
  • - Twitter -
  • + Bluesky
  • LinkedIn
  • diff --git a/templates/index/mastodon.html b/templates/index/mastodon.html index c782e100..c6eb3958 100644 --- a/templates/index/mastodon.html +++ b/templates/index/mastodon.html @@ -3,7 +3,7 @@

    Mastodon

    We are at @coderefinery@fosstodon.org (joining hints). - On Twitter, we are @coderefine (without the -ry). + We are also on Bluesky.

    diff --git a/templates/social-media.html b/templates/social-media.html new file mode 100644 index 00000000..a84bee75 --- /dev/null +++ b/templates/social-media.html @@ -0,0 +1,16 @@ + {% if page.title %} + CodeRefinery - {{ page.title }} + + + {% else %} + CodeRefinery + + {% endif %} + + {% if page.description %} + + + {% else %} + + + {% endif %} diff --git a/templates/twitter.html b/templates/twitter.html deleted file mode 100644 index 9cd207f3..00000000 --- a/templates/twitter.html +++ /dev/null @@ -1,27 +0,0 @@ - {% if page.title %} - CodeRefinery - {{ page.title }} - - - - {% else %} - CodeRefinery - - - {% endif %} - - {% if page.description %} - - - - {% else %} - - - - {% endif %} - - {% if config.extra.twitter_image %} - - - - {% if config.extra.twitter_image_alt %}{% endif %} - {% endif %}