Skip to content

Commit 40ef4a4

Browse files
committed
chore: open series by default
1 parent 2665072 commit 40ef4a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/_default/params.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ disableImageOptimization = false
2525

2626
# highlightCurrentMenuArea = true
2727
smartTOC = true
28-
smartTOCHideUnfocusedChildren = true
28+
# smartTOCHideUnfocusedChildren = true
2929

3030
[header]
3131
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
@@ -34,7 +34,7 @@ layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
3434
showMenu = true
3535
showCopyright = true
3636
showThemeAttribution = true
37-
showAppearanceSwitcher = false
37+
# showAppearanceSwitcher = true
3838
showScrollToTop = true
3939

4040
[homepage]
@@ -64,7 +64,7 @@ showDraftLabel = true
6464
showEdit = false
6565
# editURL = "https://github.com/username/repo/"
6666
editAppendPath = true
67-
seriesOpened = false
67+
seriesOpened = true
6868
showHeadingAnchors = true
6969
showPagination = true
7070
invertPagination = false

0 commit comments

Comments
 (0)