monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
537 stars 338 forks source link

feat: add utteranc support for comments #60

Open laojianzi opened 3 years ago

laojianzi commented 3 years ago

Add utteranc support

config.toml

  # ...

  [params.comments]
    enabled = true
    engine = "utteranc"
    repo = "monkeyWzr/hugo-theme-cactus"
    theme = "github-light"
    issueTerm = "title"

  # ...