diff --git a/config.toml b/config.toml index a7c69e3..b74f4ce 100644 --- a/config.toml +++ b/config.toml @@ -43,11 +43,8 @@ mobileNavigation = "left" description = "Salar Rahmanian" keywords = ["Salar", "Rahmanian", "Salar Rahmanian", "Blog", "python", "scala", "haskell", "nix", "NixOS"] -[params.utteranc] +[params.giscus] enable = true - repo = "softinio/softinio.com" - issueTerm = "url" - # theme = "preferred-color-scheme" [sitemap] changefreq = "weekly" diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 06b4a70..893bc6e 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,12 +1,20 @@ - -{{ if .Site.Params.utteranc.enable }} + +{{ if .Site.Params.giscus.enable }}
-
-{{ end }} \ No newline at end of file +{{ end }}