From 882b78293d5893d3e8f519333ea03623fd92e046 Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Mon, 4 Dec 2023 18:59:42 +0100 Subject: [PATCH] Add info about Giscus to Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c33261c..a6e2366 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/). - Social icons - Google Analytics - Umami Analytics -- Comment systems: Disqus, ISSO, Utteranc.es, GraphComment +- Comment systems: Disqus, ISSO, Utteranc.es, GraphComment, Giscus - RSS feeds - Related posts (Read Next section) - Deploy via Netlify (config included in example site) @@ -134,6 +134,12 @@ params: datacache: false # optional url: "https://abc.example.com/umami.js" # mandatory graphcommentId: "" + # giscus support + GiscusRepo: "" # mandatory + GiscusRepoId: "" # mandatory + GiscusCategory: "Announcements" # mandatory + GiscusCategoryId: "" # mandatory + GiscusLazyLoad: false # optional webmentions: url: https://yourdomain.com/webemntions/receive login: hugo-theme-anubis