From fda5c9acc8cce2049f5a62d972efad747ed4c4ba Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Tue, 2 Nov 2021 19:01:55 +0300 Subject: [PATCH] change theme style in example sites --- README.md | 2 +- exampleSite/config.toml | 2 +- exampleSiteMultilingual/config.toml | 2 +- 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