Enable views count in article params
All checks were successful
Build and Publish Docker Image / build (push) Successful in 3m4s
All checks were successful
Build and Publish Docker Image / build (push) Successful in 3m4s
This commit is contained in:
@@ -71,6 +71,8 @@ hotlinkFeatureImage = false
|
|||||||
# smartTOC = true
|
# smartTOC = true
|
||||||
# smartTOCHideUnfocusedChildren = true
|
# smartTOCHideUnfocusedChildren = true
|
||||||
|
|
||||||
|
showViews = true
|
||||||
|
|
||||||
fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384", "sha256"
|
fingerprintAlgorithm = "sha512" # Valid values are "sha512" (default), "sha384", "sha256"
|
||||||
|
|
||||||
giteaDefaultServer = "https://git.fsfe.org"
|
giteaDefaultServer = "https://git.fsfe.org"
|
||||||
@@ -100,7 +102,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
|
|
||||||
[article]
|
[article]
|
||||||
showDate = true
|
showDate = true
|
||||||
showViews = false
|
showViews = true
|
||||||
showLikes = false
|
showLikes = false
|
||||||
showDateOnlyInArticle = false
|
showDateOnlyInArticle = false
|
||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
@@ -140,7 +142,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = false
|
showBreadcrumbs = false
|
||||||
showSummary = true
|
showSummary = true
|
||||||
showViews = false
|
showViews = true
|
||||||
showLikes = false
|
showLikes = false
|
||||||
showTableOfContents = false
|
showTableOfContents = false
|
||||||
showCards = false
|
showCards = false
|
||||||
|
|||||||
Reference in New Issue
Block a user