Mastodon author attribution for a Quarto blog

Mastodon
Quarto
Author

Ralf Stubner

Published

October 15, 2024

Now that Mastodon 4.3 has been released, it makes sense to think about one of the new features there: Author attribution. The idea is, that when a link from a website is shared on Mastodon1, you get an additional link to the author’s Fediverse presence:

How does one enable that? I used Robb Knight’s post as a starting point. Basically you have to do two things:

For a Quarto website, the second step can be done using

format:
  html:
    include-in-header:
    - text: |
        <meta name="fediverse:creator" content="@rstub@digitalcourage.social"/>

in _quarto.yml. That’s all!

Footnotes

  1. I am not using the more general and in many cases more appropriate “Fediverse” here, because I haven’t checked if any other Fediverse software is using this feature (yet).↩︎