|
|
|
@ -19,9 +19,9 @@ mainSections = ["blog", "comics"] |
|
|
|
|
layout = "basic" # valid options: basic, fixed |
|
|
|
|
|
|
|
|
|
[footer] |
|
|
|
|
# showMenu = true |
|
|
|
|
showMenu = true |
|
|
|
|
showCopyright = true |
|
|
|
|
showThemeAttribution = true |
|
|
|
|
showThemeAttribution = false |
|
|
|
|
showAppearanceSwitcher = true |
|
|
|
|
showScrollToTop = true |
|
|
|
|
|
|
|
|
@ -30,7 +30,7 @@ mainSections = ["blog", "comics"] |
|
|
|
|
homepageImage = "img/bg.jpg" # used in: hero, and card |
|
|
|
|
showRecent = true |
|
|
|
|
showRecentItems = 3 |
|
|
|
|
showMoreLink = false |
|
|
|
|
showMoreLink = true |
|
|
|
|
showMoreLinkDest = "/posts" |
|
|
|
|
cardView = false |
|
|
|
|
cardViewScreenWidth = false |
|
|
|
@ -41,14 +41,14 @@ mainSections = ["blog", "comics"] |
|
|
|
|
#showViews = true |
|
|
|
|
#showLikes = true |
|
|
|
|
showDateUpdated = false |
|
|
|
|
showAuthor = true |
|
|
|
|
showAuthor = false |
|
|
|
|
showHero = true |
|
|
|
|
heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground |
|
|
|
|
layoutBackgroundBlur = false # only used when heroStyle equals background or thumbAndBackground |
|
|
|
|
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background |
|
|
|
|
showBreadcrumbs = true |
|
|
|
|
showDraftLabel = true |
|
|
|
|
showEdit = true |
|
|
|
|
showEdit = false |
|
|
|
|
# editURL = "https://github.com/username/repo/" |
|
|
|
|
editAppendPath = true |
|
|
|
|
seriesOpened = false |
|
|
|
@ -61,7 +61,7 @@ mainSections = ["blog", "comics"] |
|
|
|
|
showAuthorsBadges = false |
|
|
|
|
showWordCount = true |
|
|
|
|
showSummary = true |
|
|
|
|
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"] |
|
|
|
|
sharingLinks = [ "twitter", "email"] |
|
|
|
|
|
|
|
|
|
[list] |
|
|
|
|
#showHero = true |
|
|
|
|