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@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 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 an RSS feed and exposes that as AP might be cool.

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