change theme style in example sites
This commit is contained in:
parent
e128cbde09
commit
fda5c9acc8
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user