Skip to content

a Quarto extension to add Mastodon powered comments to blogs and articles

License

Notifications You must be signed in to change notification settings

AndreasThinks/quarto-mastodon-comments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastodon-comments for Quarto

This extension adds Mastodon Comments based on the excellent webcomponent by dpecos. You can see (and leave a comment on) a working example on my blog here.

Installing

quarto install extension AndreasThinks/quarto-mastodon-comments

This will install the extension under the _extensions subdirectory. If you're using version control, you will want to check in this directory.

Using

Create a Mastodon post about your content, and then add the below to your post, with the relevant username, server and toot id.

filters:
  - mastodon-comments
mastodon_comments:
  user: "AndreasThinks"
  host: "fosstodon.org"
  toot_id: "111995180253316042"