diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 17:57:42 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-14 21:56:09 +0200 |
| commit | 669c97a7360e8268104466a52eade82a628ad719 (patch) | |
| tree | 2362f4bb4612e9ca974a67d44ffa225d98a94c86 /exampleSite/config | |
| parent | 23d77288040ca113dbc797aa2eaff6ba2a32f324 (diff) | |
| download | gohugo-theme-ed-669c97a7360e8268104466a52eade82a628ad719.tar.gz | |
Provide an ability to use comments form
Diffstat (limited to 'exampleSite/config')
| -rw-r--r-- | exampleSite/config/_default/params.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/exampleSite/config/_default/params.yaml b/exampleSite/config/_default/params.yaml index 12a00b0..9988a0d 100644 --- a/exampleSite/config/_default/params.yaml +++ b/exampleSite/config/_default/params.yaml @@ -123,3 +123,27 @@ search: # - it # - pt # - ru + +comments: + enable: false + type: giscus + + # Configure giscus comments. + # + # For more see: https://giscus.app/ + giscus: + # Required parameters: + repo: sergeyklay/gohugo-theme-ed + repoId: R_kgDOHEYacw + category: General + categoryId: DIC_kwDOHEYac84Cerse + + # Optional parameters: + # + # theme: light + # mapping: pathname + # strict: 0 + # reactionsEnabled: 1 + # emitMetadata: 0 + # inputPosition: bottom + # lang: en |
