diff --git a/config/_default/params.toml b/config/_default/params.toml index 2752928..cc1d428 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 diff --git a/content/blog/2022/12/beer1/index.md b/content/blog/2022/12/beer1/index.md new file mode 100644 index 0000000..f1a5893 --- /dev/null +++ b/content/blog/2022/12/beer1/index.md @@ -0,0 +1,7 @@ +--- +title: "Budweiser" +date: 2022-12-09T10:06:49-03:00 +draft: false +categories: ["Blogs"] +tags: ["Talk"] +--- diff --git a/themes/blowfish b/themes/blowfish index a9cf2fc..74be52e 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit a9cf2fc911cfdbae59b3bd3e50f36b673571882a +Subproject commit 74be52e1515b8f9dfc4019dd6b75afc708c8cbc5