1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

Add Hachyderm links (#742)

This commit is contained in:
Ellie Huxtable 2023-02-28 22:27:06 +00:00 committed by GitHub
parent e4fde80acc
commit b40383fc90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 0 deletions

View File

@ -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>

View File

@ -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)

View File

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