mirror of https://github.com/luizdepra/hugo-coder.git

shaked8634
25.20.2024 d86f70a1791b47c6ffa76355e4e1d88d20e61d3f
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`: