Skip to content

Commit 2d6f333

Browse files
committed
Default site theme to dark mode
1 parent 10e9716 commit 2d6f333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ description = ""
516516
# site keywords
517517
keywords = []
518518
# site default theme ["light", "dark", "auto"]
519-
defaultTheme = "auto"
519+
defaultTheme = "dark"
520520
# which hash function used for SRI, when empty, no SRI is used
521521
# ["sha256", "sha384", "sha512", "md5"]
522522
fingerprint = ""

0 commit comments

Comments
 (0)