rhazdon / hugo-theme-hello-friend-ng

Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
https://github.com/rhazdon/hugo-theme-hello-friend-ng/
Other
1.46k stars 777 forks source link

How to set default theme as white #300

Closed slayer321 closed 3 years ago

slayer321 commented 3 years ago

Hey , using the toggle button I can easily change the theme but when I created some new pages like , about, blog etc it just go back to default theme which is black.

parsec commented 3 years ago

Add defaultTheme = "dark" under your [params] block in your config.toml.

Should look something like:

[params]
    defaultTheme = "dark"