Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelloRusk <hellorusk1998@gmail.com>2022-02-13 06:45:06 +0300
committerHelloRusk <hellorusk1998@gmail.com>2022-02-13 06:45:17 +0300
commit93b957a09a8aa6fd3984db741197fb136a27793c (patch)
treeab1a54da49e5b7d870cd431e57cc0ecfc28ff72a
parentd57b4d4afe8d245157b06a4c8eb8300754c60dd1 (diff)
add docs about darkmode
-rw-r--r--README.md3
-rw-r--r--exampleSite/config.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 34e78a9..ba4717b 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,9 @@ footnoteReturnLinkContents = "^"
category = "categories"
tag = "tags"
series = "series"
+
+[Params]
+ darkmode = true # set true if you prefer dark mode
```
## Shortcodes
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fdd1033..383c7f3 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,3 +19,6 @@ series = "series"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
+
+[Params]
+ darkmode = true \ No newline at end of file