Skip to content

Commit 3e60bd6

Browse files
committed
light as default theme
1 parent dbe9d3c commit 3e60bd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/_default/params.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ logo_text = "RobotCycle"
1616
navbar_fixed = true
1717
# theme-mode
1818
theme_switcher = true
19-
theme_default = "system" # available options [light/dark/system]
19+
theme_default = "light" # available options [light/dark/system]
2020
# Main Sections
2121
mainSections = ["blog"]
2222
# contact form action

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ navbar.displayThemeToggle = true
4040
favicon = "/images/favicon.png"
4141
page.width = "wide"
4242

43-
theme.default = "system"
43+
theme.default = "light"
4444
theme.displayToggle = true
4545

4646
footer.displayCopyright = true

0 commit comments

Comments
 (0)