mivinci / hugo-theme-minima

A clean and minimal Hugo theme.
https://mivinci.github.io/hugo-theme-minima
MIT License
130 stars 37 forks source link

Added support for comment label customization #33

Closed memclutter closed 1 year ago

memclutter commented 1 year ago

Sometimes it may be necessary to customize the label name. I have added support for this via giving a name in the config file.

Example

[params.utterances]
repo = "mivinci/hugo-theme-minima"
issueTerm = "pathname"
label = "blog-comment"