From ad84713468add6b4ade8ff1754183565a8993dee Mon Sep 17 00:00:00 2001
From: Nour Agha <nour@agha.dev>
Date: Wed, 04 Jan 2023 19:15:19 +0000
Subject: [PATCH] Add giscus (#753)
---
docs/configurations.md | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/docs/configurations.md b/docs/configurations.md
index 2202971..18dcc46 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -14,6 +14,7 @@
* [Disqus](#disqus)
* [Commento](#commento)
* [Utterances](#utterances)
+ * [Giscus](#giscus)
* [Theme Parameters](#theme-parameters)
* [Social Icons Configuration](#social-icons-configuration)
* [Menu Items Configurations](#menu-items-configurations)
@@ -39,6 +40,7 @@
* [Disqus](https://disqus.com/)
* [Commento](https://commento.io/)
* [Utterances](https://utteranc.es/)
+ * [Giscus](https://giscus.app/)
### Analytics
@@ -123,6 +125,25 @@
theme = "" # https://utteranc.es/#heading-theme
```
+#### Giscus
+
+```toml
+[params.giscus] # https://giscus.app
+ repo = ""
+ repoID = ""
+ category = ""
+ categoryID = ""
+ mapping = ""
+ term = ""
+ strict = ""
+ reactionsEnabled = ""
+ emitMetadata = ""
+ inputPosition = ""
+ theme = ""
+ lang = ""
+ loading = ""
+```
+
## Theme Parameters
These are all the parameters used by `hugo-coder` theme.
--
Gitblit v1.10.0