From d86f70a1791b47c6ffa76355e4e1d88d20e61d3f Mon Sep 17 00:00:00 2001
From: shaked8634 <3531852+shaked8634@users.noreply.github.com>
Date: Thu, 25 Apr 2024 17:20:31 +0000
Subject: [PATCH] Added support + doc to Cusdis (#907)
---
docs/configurations.md | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/docs/configurations.md b/docs/configurations.md
index 79479fd..2cd5691 100644
--- a/docs/configurations.md
+++ b/docs/configurations.md
@@ -7,6 +7,7 @@
* [Commento](#commento)
* [Utterances](#utterances)
* [Giscus](#giscus)
+ * [Cusdis](#cusdis)
* [Syntax Highlight](#syntax-highlight)
* [Theme Parameters](#theme-parameters)
* [Social Icons Configuration](#social-icons-configuration)
@@ -27,6 +28,7 @@
* [Commento](https://commento.io/)
* [Utterances](https://utteranc.es/)
* [Giscus](https://giscus.app/)
+ * [Cusdis](https://cusdis.com/)
* [Telegram](https://comments.app/)
### Commenting Systems
@@ -87,6 +89,13 @@
dark = ""
```
+#### Cusdis
+
+```toml
+[params.cusdis] # https://cusdis.com
+ data_app_id = ""
+```
+
## Syntax Highlight
The theme uses the Goldmark syntax highlight system. GitHub light and dark are set as the default styles. To choose a different style, make sure `noClasses` is not set to false (default is true) and add to your `config.toml`:
--
Gitblit v1.10.0