* Sure thing. I started with the Hylia theme from Andy Bell and folllowing the Webmentions tutorial from Sia. https://hylia.website/ https://sia.codes/posts/webmentions-eleventy-in-depth/ The page that has been liked on Twitter is: https://www.hitchcock.nz/posts/how-do-people-focus-on-what-theyre-doing-with-their-dev-life/ The link to my repo is: https://gitlab.com/starlifter-nz/hitchcock-nz The links to the relevant pages are: Data https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_data/metadata.json JS https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/.eleventy.js https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/_11ty/filters.js https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_data/webmentions.js Templates https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_includes/layouts/base.njk https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_includes/webmentions.njk https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_includes/webmention.njk https://gitlab.com/starlifter-nz/hitchcock-nz/-/blob/master/src/_includes/layouts/post.njk I have attached screenshots from Webmentions.io showing that the data is there waiting to be pulled into my site. My cache currently looks like this: ``` { "lastFetched": "2021-01-01T06:52:31.883Z", "children": [] } ```