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

Nour Agha
04.15.2023 ad84713468add6b4ade8ff1754183565a8993dee
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.