diff --git a/README.md b/README.md index 9c744ed..c6463f3 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ params: utterancesIssue: "" # optional utterancesLabel: "" # optional webmentions: + url: https://yourdomain.com/webemntions/receive login: hugo-theme-anubis pingback: true @@ -130,6 +131,10 @@ To hide a post from the RSS feed, just add `disable_feed: true` to its front mat ### Pagination on post single page Enabled by `paginationSinglePost` param in `params` section of config. +### Webmentions +To provide webmention support you can **either** specify your webmention.io username with `login: webmentionusername` **or** specify a link to your custom webmention endpoint with `url: https://yourdomain.com/webemntions/receive`. +If you use webmention.io you can also enable pingback with `pingback: true` + ## Contributing If you find a bug or have an idea for a feature, feel free to write an [issue](https://github.com/mitrichius/hugo-theme-anubis/issues) or make a PR. diff --git a/layouts/partials/pagination-extra.html b/layouts/partials/pagination-extra.html index e69de29..0e22c9a 100644 --- a/layouts/partials/pagination-extra.html +++ b/layouts/partials/pagination-extra.html @@ -0,0 +1 @@ + \ No newline at end of file