When I started to dabble with Webmentions I first created a new type of content called likes
. This basically entailed me making a directory in my content
directory called likes
anb putting my 'likes' in there. That also meant I had to create some new templates in my theme directory:
- layouts/likes/single.html
- layouts/likes/list/.html
The I made a new type of webmention response called replies
.
That entailed another new directory in my content
directory, and single and list templates.