new changes
This commit is contained in:
parent
e69c2b635d
commit
915dab5a4a
3 changed files with 14 additions and 7 deletions
|
@ -19,9 +19,9 @@ mainSections = ["blog", "comics"]
|
||||||
layout = "basic" # valid options: basic, fixed
|
layout = "basic" # valid options: basic, fixed
|
||||||
|
|
||||||
[footer]
|
[footer]
|
||||||
# showMenu = true
|
showMenu = true
|
||||||
showCopyright = true
|
showCopyright = true
|
||||||
showThemeAttribution = true
|
showThemeAttribution = false
|
||||||
showAppearanceSwitcher = true
|
showAppearanceSwitcher = true
|
||||||
showScrollToTop = true
|
showScrollToTop = true
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ mainSections = ["blog", "comics"]
|
||||||
homepageImage = "img/bg.jpg" # used in: hero, and card
|
homepageImage = "img/bg.jpg" # used in: hero, and card
|
||||||
showRecent = true
|
showRecent = true
|
||||||
showRecentItems = 3
|
showRecentItems = 3
|
||||||
showMoreLink = false
|
showMoreLink = true
|
||||||
showMoreLinkDest = "/posts"
|
showMoreLinkDest = "/posts"
|
||||||
cardView = false
|
cardView = false
|
||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
|
@ -41,14 +41,14 @@ mainSections = ["blog", "comics"]
|
||||||
#showViews = true
|
#showViews = true
|
||||||
#showLikes = true
|
#showLikes = true
|
||||||
showDateUpdated = false
|
showDateUpdated = false
|
||||||
showAuthor = true
|
showAuthor = false
|
||||||
showHero = true
|
showHero = true
|
||||||
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 = false # 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 = true
|
||||||
showDraftLabel = true
|
showDraftLabel = true
|
||||||
showEdit = true
|
showEdit = false
|
||||||
# editURL = "https://github.com/username/repo/"
|
# editURL = "https://github.com/username/repo/"
|
||||||
editAppendPath = true
|
editAppendPath = true
|
||||||
seriesOpened = false
|
seriesOpened = false
|
||||||
|
@ -61,7 +61,7 @@ mainSections = ["blog", "comics"]
|
||||||
showAuthorsBadges = false
|
showAuthorsBadges = false
|
||||||
showWordCount = true
|
showWordCount = true
|
||||||
showSummary = true
|
showSummary = true
|
||||||
sharingLinks = [ "linkedin", "twitter", "whatsapp", "pinterest", "reddit", "facebook", "email"]
|
sharingLinks = [ "twitter", "email"]
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
#showHero = true
|
#showHero = true
|
||||||
|
|
7
content/blog/2022/12/beer1/index.md
Normal file
7
content/blog/2022/12/beer1/index.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Budweiser"
|
||||||
|
date: 2022-12-09T10:06:49-03:00
|
||||||
|
draft: false
|
||||||
|
categories: ["Blogs"]
|
||||||
|
tags: ["Talk"]
|
||||||
|
---
|
|
@ -1 +1 @@
|
||||||
Subproject commit a9cf2fc911cfdbae59b3bd3e50f36b673571882a
|
Subproject commit 74be52e1515b8f9dfc4019dd6b75afc708c8cbc5
|
Loading…
Add table
Reference in a new issue