Skip to content

Commit fa08d62

Browse files
authored
Added Bluesky and Mastodon icon links
1 parent 57b431b commit fa08d62

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,16 @@ def skip_submodules(
168168
html_theme_options = {
169169
"github_url": "https://github.com/zarr-developers/zarr-python",
170170
"icon_links": [
171+
{
172+
"name": "Bluesky",
173+
"url": "https://bsky.app/profile/zarr.dev",
174+
"icon": "fa-brands fa-bluesky",
175+
},
176+
{
177+
"name": "Mastodon",
178+
"url": "https://fosstodon.org/@zarr",
179+
"icon": "fa-brands fa-mastodon",
180+
},
171181
{
172182
"name": "Zarr Dev",
173183
"url": "https://zarr.dev/",

0 commit comments

Comments
 (0)