al-folio icon indicating copy to clipboard operation
al-folio copied to clipboard

Social media integration: Matrix + Mastodon

Open MarkWieczorek opened this issue 2 years ago • 2 comments

There are two social media integrations that are missing for me:

  • Mastodon (i.e., open-source twitter....)
  • matrix [m] / Element (an open source chat protocol/client).

Would it be possible to add these? And thanks for adding keybase!

MarkWieczorek avatar Oct 04 '22 11:10 MarkWieczorek

Yes! You can do that:

Add this in _includes\social.html:

{% if site.mastodon_username -%}
<a href="https://yourinstance/@{{ site.mastodon_username }}" title="Mastodon"><i class="fab fa-mastodon"></i></a>
{% endif %}

And this in _config.yml in the # Social integration section:

mastodon_username: yourusername #without the @

Hope that works for you too! (check it in my website: https://dxvidmr.github.io/)

dxvidmr avatar Nov 10 '22 16:11 dxvidmr

mastodon was added in #974. not sure about matrix [m] / Element (whoever uses it is welcome to submit a PR).

alshedivat avatar Dec 11 '22 06:12 alshedivat