hugo-theme-zzo
hugo-theme-zzo copied to clipboard
support custom issue-term for utterances
Add a configuration item Params.utterances.issueTerm to choose the mapping between blog posts and GitHub issues, its default value is pathname.
see https://utteranc.es

Config (params.toml):
[utterances] # https://utteranc.es/
owner = "" # Your GitHub ID
repo = "" # The repo to store comments
issueTerm ="" # Choose the mapping between blog posts and GitHub issues. pathname (default), title, url, og:title...
message = "" # Optional
link = "" # Optional