hugo-theme-anubis
hugo-theme-anubis copied to clipboard
Webmention/Indieweb support
It would be great if there was support for webmentions (e.g: https://webmention.io/) and the larger indieweb movement (e.g: https://indiewebify.me)
On my personal blog, I have modified the footer template to add various rel=me
links for example (a footer-extra
similar to head-extra
would be great for this by the way).
Here's the IndieWeb wiki's page on Hugo.
Of note is this guide for the first few steps of indiewebification.
Add header-extra and footer-extra. Also add support for webmentions via config:
params:
webmentions:
login: hugo-theme-anubis
pingback: true
And finally add a note about "rel=me" to #6
I think some way to display comments via ping back is possible during the build process by using the API. I found this thread which hinted at a possible solution.
And of course, there's the missing support for microformats which I haven't seen mentionned yet.
Thank you for your work on this theme, I really like it!
Added microformats support. Pingback: I will check thread later.
Maybe the config should not ask for a https://webmention.io/ login but for a webmention receive URL to support other webmention services then webmention.io . I think this could be done by changing the config variable from login to url and load the complete url in head.html. I have successfully tested it here: https://github.com/NilsKempen/hugo-theme-anubis/commit/581827ee8ea87f5fd50620e627824370dfadb7ce