summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-02-28 22:27:06 +0000
committerGitHub <noreply@github.com>2023-02-28 22:27:06 +0000
commitb40383fc90698e4e8a4acd2164135f0c1926b5fe (patch)
treebb20ae863d1f099491e409c5cd5f3361cee3f716
parente4fde80accb28e2ab14ca809843c92710a909f2a (diff)
Add Hachyderm links (#742)
-rw-r--r--README.md2
-rw-r--r--docs/blog/2023/02-26-release-v13/index.md5
-rw-r--r--docs/docusaurus.config.js10
3 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index ff5b23e9..bf58911a 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@
<a href="https://crates.io/crates/atuin"><img src="https://img.shields.io/crates/d/atuin.svg?style=flat-square" /></a>
<a href="https://github.com/ellie/atuin/blob/main/LICENSE"><img src="https://img.shields.io/crates/l/atuin.svg?style=flat-square" /></a>
<a href="https://discord.gg/Fq8bJSKPHh"><img src="https://img.shields.io/discord/954121165239115808" /></a>
+ <a href="https://hachyderm.io/@atuin"><img src="https://img.shields.io/mastodon/follow/109944632283122560?domain=https%3A%2F%2Fhachyderm.io&style=social"/></a>
+ <a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a>
</p>
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: {