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:
-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