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

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-07-26 17:41:51 +0300
committerdataCobra <datacobra@thinkbot.de>2021-07-26 17:41:51 +0300
commit49ce0ac9d058c4d7a1748d09e20007459ba48c65 (patch)
treee0b01af6b6b8c3b20b6966956b214920cf0c28ea
parentfcf92973a9517c35534a4402103c754293e140b9 (diff)
Documentation for the new darkmode option3.0.1
-rw-r--r--FEATURES.md1
-rw-r--r--examples/config.toml3
2 files changed, 4 insertions, 0 deletions
diff --git a/FEATURES.md b/FEATURES.md
index 9362bb9..ee2f1cc 100644
--- a/FEATURES.md
+++ b/FEATURES.md
@@ -80,6 +80,7 @@ The following options for `class=` are available: right, alignright, left and al
- **.Site.Params.homepage** # Enable/Disable homepage use instead of a list
- **.Site.Params.keywords** # Add meta keywords in head part (Site Keywords or Tags of Page)
- **.Site.Params.description** # Add meta description in head part (Site Description or Description of Page)
+ - **.Site.Params.darkmode** # Enable/Disable dark mode as default
- **.Site.Params.math** # Add math typesetting with KaTeX (Global with this param)
- **.Site.Params.customcss** # Add path to customcss you want to add to the theme
- **.Site.Params.customjs.enabled** # Enable/Disable customjs
diff --git a/examples/config.toml b/examples/config.toml
index 301147d..6053d70 100644
--- a/examples/config.toml
+++ b/examples/config.toml
@@ -21,6 +21,9 @@ googleAnalytics = ""
series = "series"
[params]
+ # Enable dark mode as default
+ #darkmode = true
+
# Use homepage.md instead of a list of posts
homepage = false