Skip to content

Commit 65b6a70

Browse files
authored
Merge pull request #125 from joshmoore/bsky
Replace twitter links with bluesky
2 parents 57c9913 + 78d7178 commit 65b6a70

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

_config.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ gitter_url: https://gitter.im/zarr-developers/community
3939

4040
# Build settings
4141
markdown: kramdown
42-
remote_theme: "mmistakes/minimal-mistakes@4.24.0"
42+
remote_theme: "mmistakes/minimal-mistakes@4.26.2"
4343
minimal_mistakes_skin: "dirt"
4444

4545
plugins:
@@ -65,20 +65,18 @@ plugins:
6565
logo: android-chrome-512x512.png
6666
search: true
6767
search_full_content: true
68-
twitter:
69-
username: zarr_dev
7068
social:
7169
type: Organization
7270
name: Zarr
7371
links:
74-
- "https://twitter.com/zarr_dev"
72+
- "https://bsky.app/profile/zarr.dev"
7573
- "https://github.com/zarr-developers"
7674

7775
footer:
7876
links:
79-
- label: "Twitter"
80-
icon: "fab fa-fw fa-twitter-square"
81-
url: "https://twitter.com/zarr_dev"
77+
- label: "Bluesky"
78+
icon: "fab fa-fw fa-bluesky-square"
79+
url: "https://bsky.app/profile/zarr.dev"
8280
- label: "GitHub"
8381
icon: "fab fa-fw fa-github"
8482
url: "https://github.com/zarr-developers"

community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ Most discussions and chats related to Zarr and its [implementations](https://git
4343

4444
Also, find us on:
4545

46-
- [Twitter](https://twitter.com/zarr_dev)
46+
- [Bluesky](https://bsky.app/profile/zarr.dev)
4747
- [GitHub](https://github.com/zarr-developers)
4848
- [YouTube](https://www.youtube.com/@zarr_dev/playlists)

index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ author_profile: false
77
sidebar:
88
title: "Content"
99
nav: sidebar
10-
excerpt: "Have beautiful data in Zarr? Show us on Twitter!"
10+
excerpt: "Have beautiful data in Zarr? Show us on Bluesky!"
1111
header:
1212
overlay_image: /images/llc4320_sst.png
1313
overlay_filter: 0.5 # same as adding an opacity of 0.5 to a black background
1414
caption: "Credit: Ryan Abernathey"
1515
actions:
16-
- label: "Tweet here!"
17-
url: "https://twitter.com/intent/tweet?via=zarr_dev&hashtags=beautifuldata"
16+
- label: "Share here!"
17+
url: "https://bsky.app/intent/compose?text=@zarr.dev%20%23beautifuldata"
1818
---
1919

2020
Zarr is a community project to develop specifications and software for
@@ -66,8 +66,6 @@ NumFOCUS Sponsored Projects rely on the generous support of corporate sponsors,
6666
[Videos](https://www.youtube.com/playlist?list=PLvkeNUPrCU04Xvcph4ErxsRkZq28Oucr7)
6767
of community members talking about Zarr. If you have a video you'd like us to share, let us know!
6868

69-
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-text="Take a look at my video about Zarr! " data-hashtags="beautifuldata" data-related="zarr_dev" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
70-
7169
<div class="video">
7270
<figure>
7371
<iframe width="640" height="480"

0 commit comments

Comments
 (0)