Skip to content

Commit b714bc0

Browse files
committed
Moved config files to their proper location
1 parent 7fd87c2 commit b714bc0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.

params.toml renamed to config/_default/params.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# Refer to the theme docs for more details about each of these parameters.
66
# https://blowfish.page/docs/configuration/#theme-parameters
77

8-
colorScheme = "noir"dsfdf
8+
colorScheme = "noir"
99
defaultAppearance = "light" # valid options: light or dark
1010
autoSwitchAppearance = true
1111

1212
enableA11y = false
13-
enableSearch = true
13+
enableSearch = false
1414
enableCodeCopy = false
1515

1616
replyByEmail = false
@@ -41,10 +41,10 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
4141

4242
[footer]
4343
showMenu = false
44-
showCopyright = false
44+
showCopyright = true
4545
showThemeAttribution = false
46-
showAppearanceSwitcher = false
47-
showScrollToTop = false
46+
showAppearanceSwitcher = true
47+
showScrollToTop = true
4848

4949
[homepage]
5050
layout = "profile" # valid options: page, profile, hero, card, background, custom

0 commit comments

Comments
 (0)