Skip to content

devidw/hugo-theme-component-webmentions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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:

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:

theme:
    #
    - "hugo-theme-component-webmentions"
    #

And include the partial in your page template:

{{ partial "webmentions.html" . }}

Resources