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