mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-29 11:44:44 +01:00
Add Hachyderm links (#742)
This commit is contained in:
parent
e4fde80acc
commit
b40383fc90
@ -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://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://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://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>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -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!
|
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
|
### Twitter
|
||||||
|
|
||||||
I also opened a Twitter account for Atuin - [@atuinsh](https://twitter.com/atuinsh)
|
I also opened a Twitter account for Atuin - [@atuinsh](https://twitter.com/atuinsh)
|
||||||
|
@ -80,6 +80,16 @@ const config = {
|
|||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
href: 'https://hachyderm.io/@atuin',
|
||||||
|
label: 'Mastodon',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: 'https://twitter.com/atuinsh',
|
||||||
|
label: 'Twitter',
|
||||||
|
position: 'right',
|
||||||
|
}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
|
Loading…
Reference in New Issue
Block a user