Comment by pastel8739
5 days ago
I wish there was a way to plug in Fedi hosting with a static site generator, but iirc the protocol currently doesn’t allow that
5 days ago
I wish there was a way to plug in Fedi hosting with a static site generator, but iirc the protocol currently doesn’t allow that
For basic functionality, it is possible! https://paul.kinlan.me/adding-activity-pub-to-your-static-si...
> You can't just output a feed of posts and be done (I tried) - so even if you are a statically generated site you need a Server component ... My implementation uses Hugo to create my posts and feed data, Vercel Serverless functions to handle in bound messages, and Firebase Firestore to store the data.