Set default theme in config toml
This commit is contained in:
parent
1974d30be0
commit
9532cb8285
3 changed files with 15 additions and 11 deletions
|
@ -7,6 +7,8 @@ paginate = 5
|
|||
|
||||
[params]
|
||||
subtitle = "A simple theme for Hugo"
|
||||
# "light" or "dark"
|
||||
defaultTheme = "dark"
|
||||
|
||||
[params.logo]
|
||||
logoText = "hello friend"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue