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
|
||||
|
||||
[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
|
||||
|
|
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