Skip to content

Commit

Permalink
links to X -> links to Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Feb 1, 2025
1 parent bb48fb0 commit b1b190a
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 40 deletions.
3 changes: 0 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
8 changes: 4 additions & 4 deletions content/about/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://fosstodon.org/@coderefinery>
- LinkedIn: <https://www.linkedin.com/company/coderefinery-research-software-development>
- Bluesky: <https://bsky.app/profile/coderefinery.org>


### Calendars
Expand Down
1 change: 0 additions & 1 deletion content/lessons/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion content/privacy-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<link rel="alternate" type="application/atom+xml" title="CodeRefinery" href="{{ get_url(path="atom.xml", trailing_slash=false) }}" />
{% endblock %}

{% include "twitter.html" %}
{% include "social-media.html" %}

{% if config.extra.search_engine_exclude %}
<!-- Exclude from search engines (this would be used when building other branches) -->
Expand Down
3 changes: 1 addition & 2 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ <h2>Follow us</h2>
<a rel="me" href="https://fosstodon.org/@coderefinery" target="_blank" uk-icon="icon: mastodon">Mastodon</a>
</li>
<li>
<a href="https://twitter.com/coderefine" target="_blank" uk-icon="icon: twitter">Twitter</a>
</li>
<a href="https://bsky.app/profile/coderefinery.org" target="_blank" uk-icon="icon: bluesky">Bluesky</a>
<li>
<a href="https://www.linkedin.com/company/coderefinery-research-software-development/?viewAsMember=true" target="_blank" uk-icon="icon: linkedin">LinkedIn</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion templates/index/mastodon.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h2>Mastodon</h2>
<p>
We are at <a href="https://fosstodon.org/@coderefinery">@[email protected]</a>
(<a href="https://coderefinery.org/blog/2022/11/08/mastodon/">joining hints</a>).
On Twitter, we are <a href="https://twitter.com/coderefine">@coderefine</a> (without the -ry).
We are also on <a href="https://bsky.app/profile/coderefinery.or">Bluesky</a>.
</p>

<iframe allowfullscreen sandbox="allow-top-navigation allow-scripts" width="100%" height="600" src="https://www.mastofeed.com/apiv2/feed?userurl=https%3A%2F%2Ffosstodon.org%2Fusers%2Fcoderefinery&theme=auto&size=80&header=true&replies=true&boosts=true"></iframe>
16 changes: 16 additions & 0 deletions templates/social-media.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{% if page.title %}
<title>CodeRefinery - {{ page.title }}</title>
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:site_name" content="{{ config.title }}" />
{% else %}
<title>CodeRefinery</title>
<meta property="og:title" content="{{ config.title }}" />
{% endif %}

{% if page.description %}
<meta name="description" content="{{ page.description }}" />
<meta property="og:description" content="{{ page.description }}" />
{% else %}
<meta name="description" content="{{ config.description }}" />
<meta property="og:description" content="{{ config.description }}" />
{% endif %}
27 changes: 0 additions & 27 deletions templates/twitter.html

This file was deleted.

0 comments on commit b1b190a

Please sign in to comment.