We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe9d3c commit 3e60bd6Copy full SHA for 3e60bd6
2 files changed
config/_default/params.toml
@@ -16,7 +16,7 @@ logo_text = "RobotCycle"
16
navbar_fixed = true
17
# theme-mode
18
theme_switcher = true
19
-theme_default = "system" # available options [light/dark/system]
+theme_default = "light" # available options [light/dark/system]
20
# Main Sections
21
mainSections = ["blog"]
22
# contact form action
hugo.toml
@@ -40,7 +40,7 @@ navbar.displayThemeToggle = true
40
favicon = "/images/favicon.png"
41
page.width = "wide"
42
43
-theme.default = "system"
+theme.default = "light"
44
theme.displayToggle = true
45
46
footer.displayCopyright = true
0 commit comments