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

github.com/Mitrichius/hugo-theme-anubis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Kolosov <mitrichius@gmail.com>2021-11-02 19:01:55 +0300
committerDmitry Kolosov <mitrichius@gmail.com>2021-11-02 19:01:55 +0300
commitfda5c9acc8cce2049f5a62d972efad747ed4c4ba (patch)
tree60df96859cc0938ad667bc3e09f2912043d6e619
parente128cbde0952ba5ea961c6d02944c92ecf0315e7 (diff)
change theme style in example sites
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--exampleSiteMultilingual/config.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c0d73d0..763cf99 100644
--- a/README.md
+++ b/README.md
@@ -121,7 +121,7 @@ Options:
- `auto-without-switcher` - theme based on user system settings, without switcher, JS-free
- `light` - light theme by default, can be switched by user to dark theme and back. Theme settings are saved for user
- `dark` - dark theme by default, can be switched by user to light theme and back. Theme settings are saved for user
-- `auto` - theme based on user system settings by default, can be switched by user to dark/light theme. Theme settings are saved for user
+- `auto` - theme based on user system settings by default, can be switched by user to dark/light theme. Theme settings are saved for user (by default in example sites)
### Social icons
#### Predefined icons
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6090459..4ff657b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,7 +15,7 @@ author = "Dmitry Kolosov"
description = "Anubis is a simple minimalist theme for Hugo blog engine."
dateFormat = "2006-01-02"
paginationSinglePost = true
-style = "light-without-switcher"
+style = "auto"
readMore = false
# utteranc.es support
diff --git a/exampleSiteMultilingual/config.toml b/exampleSiteMultilingual/config.toml
index d4955b7..388fcc0 100644
--- a/exampleSiteMultilingual/config.toml
+++ b/exampleSiteMultilingual/config.toml
@@ -16,7 +16,7 @@ author = "Dmitry Kolosov"
description = "Anubis is a simple minimalist theme for Hugo blog engine."
dateFormat = "2006-01-02"
paginationSinglePost = true
-style = "light-without-switcher"
+style = "auto"
readMore = false
# utteranc.es support