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.

  • @southerntofu@lemmy.ml
    link
    fedilink
    12 years ago

    I think what you’re looking for is brid.gy, it’s an indieweb<->whatever gateway, where whatever includes ActivityPub. https://brid.gy/

    So if you support webmentions on your static site (by using an endpoint outside of your static site which you query to update comments before building the site) you can interface with ActivityPub.

    And supporting webmention is definitely two orders of magnitude less complex than supporting ActivityPub.