add webmention url to README and add override notice to pagination-extra
This commit is contained in:
parent
1d9a8846ec
commit
b670876681
@ -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.
|
||||
|
@ -0,0 +1 @@
|
||||
<!--for overriding-->
|
Loading…
Reference in New Issue
Block a user