← Back to context

Comment by rsolva

6 days ago

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.