mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 02:11:52 +02:00
Fix article
section to match docs
This commit is contained in:
parent
2d9e32eb29
commit
b0e3152515
1 changed files with 11 additions and 11 deletions
|
@ -46,17 +46,17 @@ disableImageOptimization = false
|
||||||
|
|
||||||
[article]
|
[article]
|
||||||
showDate = true
|
showDate = true
|
||||||
#showViews = true
|
showViews = false
|
||||||
#showLikes = true
|
showLikes = false
|
||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
showAuthor = true
|
showAuthor = true
|
||||||
showHero = true
|
showHero = false
|
||||||
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
|
||||||
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground
|
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
|
||||||
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
|
||||||
showBreadcrumbs = true
|
showBreadcrumbs = false
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEdit = true
|
showEdit = fa;se
|
||||||
# editURL = "https://github.com/username/repo/"
|
# editURL = "https://github.com/username/repo/"
|
||||||
editAppendPath = true
|
editAppendPath = true
|
||||||
seriesOpened = false
|
seriesOpened = false
|
||||||
|
@ -64,12 +64,12 @@ disableImageOptimization = false
|
||||||
showPagination = true
|
showPagination = true
|
||||||
invertPagination = false
|
invertPagination = false
|
||||||
showReadingTime = true
|
showReadingTime = true
|
||||||
showTableOfContents = true
|
showTableOfContents = false
|
||||||
showTaxonomies = false
|
showTaxonomies = false
|
||||||
showAuthorsBadges = false
|
showAuthorsBadges = false
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
showSummary = true
|
showSummary = true
|
||||||
sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
|
# sharingLinks = [ "linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
#showHero = true
|
#showHero = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue