I have a static blog. Think something like a site generated with a static site generator (like Jekyll, Hugo, Eleventy, etc)

I’ve been thinking about making a separate backend for the blog with ActivityPub functionality to boost its discoverability.

Is there any tool that can assist me with this? I wanted to make sure before I embark on building something from scratch.

P. S. I am aware of WriteFreely, but I would prefer if the blog site remains a static site and decoupled from the ActivityPub stuff.

  • poVoq
    link
    fedilink
    1
    edit-2
    2 years ago

    There are bots that take an RSS feed and post that to a Mastodon instance automatically.

    I guess an standalone AP server that reads a RSS feed and exposes that as AP might be cool. Bonus points for making it embeddable in a static site for comments.

    Otherwise WordPress has a pretty well working activity pub plugin as well.