diff --git a/README.md b/README.md index ff5b23e9..bf58911a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ + +

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: {