1 parent 1d21297 commit bd58676Copy full SHA for bd58676
2 files changed
βconfig/_default/params.tomlβ
@@ -43,11 +43,11 @@ fingerprintAlgorithm = "sha256"
43
showEdit = false
44
editURL = "https://github.com/tomy0000000/blog/tree/main/content/"
45
editAppendPath = true
46
- showHeadingAnchors = true
+ showHeadingAnchors = false
47
showPagination = false
48
invertPagination = false
49
showReadingTime = false
50
- showTableOfContents = true
+ showTableOfContents = false
51
showTaxonomies = true
52
showWordCount = false
53
showComments = true
βconfig/staging/params.tomlβ
@@ -6,6 +6,7 @@
6
# https://jpanther.github.io/congo/docs/configuration/#theme-parameters
7
8
[article]
9
+ showHeadingAnchors = true
10
showReadingTime = true
11
showWordCount = true
12
showComments = false
0 commit comments