Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dark-Mode.md - github.com/AmazingRise/hugo-theme-diary.wiki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a86221c2e03dcd3761ac2e2659f583f4b766596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Dark mode is a brand-new function introduced in 1.2.0.
If you don't like this feature, you can disable it.

## Disable Dark Mode

Add `disableDarkMode=true` to the section of `[param]` in your `config.toml`.
Then you will not see it.

## Automatically enable Dark Mode

Add `enableAutoDarkMode=true` to the section of `[param]` in your `config.toml`.

(Thanks for the advice of james-cccc. [Issue #40](https://github.com/AmazingRise/hugo-theme-diary/issues/40))


Feel free to raise an issue if you have some questions. :)