aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/blog/2023/02-26-release-v13/index.md5
-rw-r--r--docs/docusaurus.config.js10
2 files changed, 15 insertions, 0 deletions
diff --git a/docs/blog/2023/02-26-release-v13/index.md b/docs/blog/2023/02-26-release-v13/index.md
index 353c795c..cc67bd80 100644
--- a/docs/blog/2023/02-26-release-v13/index.md
+++ b/docs/blog/2023/02-26-release-v13/index.md
@@ -167,6 +167,11 @@ I spoke about Atuin at FOSDEM! If you want to know more about the project + vide
Well... this is new. Previously I never bothered writing much about new releases, and basically just used the autogenerated GitHub release. The docs should be much easier to find here too!
+### Mastodon
+
+We now have a Mastodon account over on Hachyderm! [@atuin](https://hachyderm.io/@atuin)
+
+
### Twitter
I also opened a Twitter account for Atuin - [@atuinsh](https://twitter.com/atuinsh)
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js
index cf3b9094..ad70c001 100644
--- a/docs/docusaurus.config.js
+++ b/docs/docusaurus.config.js
@@ -80,6 +80,16 @@ const config = {
label: 'GitHub',
position: 'right',
},
+ {
+ href: 'https://hachyderm.io/@atuin',
+ label: 'Mastodon',
+ position: 'right',
+ },
+ {
+ href: 'https://twitter.com/atuinsh',
+ label: 'Twitter',
+ position: 'right',
+ }
],
},
footer: {