An open API service indexing awesome lists of open source software.

https://github.com/devidw/hugo-theme-component-webmentions

Hugo Theme Component for Webmentions
https://github.com/devidw/hugo-theme-component-webmentions

hugo hugo-blog hugo-site hugo-theme-component webmention webmention-io webmentions

Last synced: 3 months ago
JSON representation

Hugo Theme Component for Webmentions

Awesome Lists containing this project

README

        

= Hugo Theme Component: Webmentions

Extends your Hugo theme with a partial to list Webmentions inside your page templates.

== Usage

Clone the repository as GIT submodule into your `themes` directory:

[source,sh]
----
git submodule add https://github.com/devidw/hugo-theme-component-webmentions ./themes/hugo-theme-component-webmentions
----

Include the theme component in your themes list of your configuraition:

[source,yaml]
----
theme:
# …
- "hugo-theme-component-webmentions"
# …
----

And include the partial in your page template:

[source,go]
----
{{ partial "webmentions.html" . }}
----

== Resources
* https://telegraph.p3k.io/send-a-webmention[Send a Webmention]