Set default theme in config toml

This commit is contained in:
panr 2018-12-21 19:07:37 +01:00
parent 1974d30be0
commit 9532cb8285
3 changed files with 15 additions and 11 deletions

View file

@ -7,6 +7,8 @@ paginate = 5
[params]
subtitle = "A simple theme for Hugo"
# "light" or "dark"
defaultTheme = "dark"
[params.logo]
logoText = "hello friend"