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
- Host: GitHub
- URL: https://github.com/devidw/hugo-theme-component-webmentions
- Owner: devidw
- Created: 2022-01-21T20:47:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T21:10:45.000Z (over 3 years ago)
- Last Synced: 2025-02-02T11:41:44.503Z (4 months ago)
- Topics: hugo, hugo-blog, hugo-site, hugo-theme-component, webmention, webmention-io, webmentions
- Language: HTML
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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]