Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
webmentions are implemented through automagical integration with webmention.io and brid.gy.
to login and setup webmention.io i used a github link, but it can be done differently
https://github.com/jezen/jezenthomas.com/compare/master...maxfii:jezenthomas.com:webmentions?expand=1#diff-32e2ef03835a21298d3fb63d7c7aaa5ff98b93a842bd7b66145216ea07e797b1R3
to receive mentions to webmention.io the following link must present on the page
https://github.com/jezen/jezenthomas.com/compare/master...maxfii:jezenthomas.com:webmentions?expand=1#diff-16f760a8aa6b6a5a32a3bc6d3b79da8ab3d4382881e8242ff79e3769d3372fcfR33
brid.gy must be set up separately with own social media accounts. it will collect mentions from
this site, and reposts, likes, replies, comment from the posts on the accounts it is logged into
it collects new data every 29 minutes and sends it to webmention.io
every site rebuild this monstrocity will fetch
last mentions from wm.io and save it to webmentions.json
the new github action will trigger site rebuild once a day at midnight to fetch new mentions check them into this repo
ugly ducklings render ugly likes with templates/post.html) for rendering mentions here
webmentions.json *are prettyfied for better diffs