Help me out here #indieweb I currently have a statically generated site. How much of a headache is it going to be to integrate more IndieWeb features like reactions, mentions, etc? Am I better off going server side or using calls to endpoints on page load?
@huwfulcher Lots of services to integrate with - several static generators have libraries one can use to capture and interact with web-mentions. See https://indieweb.org/Webmention - I don't recognize your flavor of SSG but it looks to be in Rust? Peruse https://indieweb.org/Rust and if you see missing pieces feel free to login and update that page. #IndieWeb
@artlung Thanks Joe! At the moment it's powered by go, I wrote it myself so I'm happy to have to adapt it as needs be
@huwfulcher I think adding markup indicating you can receive webmentions and then sorting out how to display them are the pieces. https://webmention.io/ would be a great start. And yes, there's a page on Go too. https://indieweb.org/Go If you have questions the IndieWeb chat is always there. Questions about your situation would be welcome in our dev channel.
@artlung Thanks very much, I'll definitely pop into the chat and ask there