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 /exampleSite
parentd57b4d4afe8d245157b06a4c8eb8300754c60dd1 (diff)
add docs about darkmode
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
1 files changed, 3 insertions, 0 deletions
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