From 669c97a7360e8268104466a52eade82a628ad719 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 14 Apr 2024 17:57:42 +0200 Subject: Provide an ability to use comments form --- exampleSite/config/_default/params.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'exampleSite/config') 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 -- cgit v1.2.3