Article view more config
This commit is contained in:
parent
f59b5576d3
commit
79a6545b7c
|
@ -42,8 +42,8 @@ disableTextInHeader = false
|
|||
showRecentItems = 6
|
||||
showMoreLink = true
|
||||
showMoreLinkDest = "docs"
|
||||
cardView = true
|
||||
cardViewScreenWidth = false
|
||||
cardView = false
|
||||
cardViewScreenWidth = true
|
||||
layoutBackgroundBlur = true # only used when layout equals background
|
||||
# showAuthor = true
|
||||
|
||||
|
@ -56,10 +56,10 @@ disableTextInHeader = false
|
|||
showDateUpdated = false
|
||||
showAuthor = false
|
||||
# showAuthorBottom = false
|
||||
showHero = false
|
||||
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||
showHero = true
|
||||
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
|
||||
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
|
||||
showBreadcrumbs = true
|
||||
showDraftLabel = true
|
||||
showEdit = false
|
||||
|
@ -70,14 +70,15 @@ disableTextInHeader = false
|
|||
showPagination = true
|
||||
invertPagination = false
|
||||
showReadingTime = false
|
||||
showTableOfContents = false
|
||||
showTableOfContents = true
|
||||
# showRelatedContent = false
|
||||
# relatedContentLimit = 3
|
||||
showTaxonomies = true
|
||||
showAuthorsBadges = false
|
||||
showWordCount = false
|
||||
sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
||||
showZenMode = false
|
||||
#sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"]
|
||||
sharingLinks = ["email"]
|
||||
showZenMode = true
|
||||
|
||||
[list]
|
||||
showHero = false
|
||||
|
@ -110,7 +111,7 @@ disableTextInHeader = false
|
|||
cardView = false
|
||||
|
||||
[term]
|
||||
showHero = true
|
||||
showHero = false
|
||||
# heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
|
||||
showBreadcrumbs = false
|
||||
showViews = false
|
||||
|
|
Loading…
Reference in New Issue