hugo-theme-zzo icon indicating copy to clipboard operation
hugo-theme-zzo copied to clipboard

support custom issue-term for utterances

Open mogeko opened this issue 4 years ago • 0 comments

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

Snipaste_2021-09-14_22-55-58

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

mogeko avatar Sep 14 '21 21:09 mogeko