general changes
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 58s

This commit is contained in:
2025-06-09 21:24:17 +02:00
parent b4a4db2fd6
commit 56c0a23649
5 changed files with 75 additions and 36 deletions

View File

@@ -2,23 +2,33 @@ colorScheme = "blowfish"
defaultAppearance = "dark" defaultAppearance = "dark"
autoSwitchAppearance = true autoSwitchAppearance = true
enableSearch = true enableSearch = true
summaryLength = 0
enableCodeCopy = true enableCodeCopy = true
replyByEmail = false replyByEmail = false
disableImageOptimization = false disableImageOptimization = false
disableImageOptimizationMD = false
disableTextInHeader = false disableTextInHeader = false
giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org" mainSections = ["blog"]
giteaDefaultServer = "https://gitea.benno-lorenz.com"
firebase = { } firebase = { }
fathomAnalytics = { } fathomAnalytics = { }
umamiAnalytics = { }
selineAnalytics = { } selineAnalytics = { }
buymeacoffee = { } buymeacoffee = { }
verification = { } verification = { }
rssnext = { } rssnext = { }
defaultBackgroundImage = "background.svg" defaultBackgroundImage = "background.svg"
defaultFeaturedImage = "background.svg"
highlightCurrentMenuArea = true highlightCurrentMenuArea = true
smartTOC = true smartTOC = true
smartTOCHideUnfocusedChildren = true smartTOCHideUnfocusedChildren = false
[header] [header]
layout = "fixed-fill-blur" layout = "fixed-fill-blur"
@@ -32,57 +42,75 @@ showScrollToTop = true
[homepage] [homepage]
layout = "background" layout = "background"
showRecent = true
homepageImage = "background.svg" homepageImage = "background.svg"
showRecent = true
showRecentItems = 5 showRecentItems = 5
showMoreLink = ""
showMoreLinkDest = "/blog/posts/"
cardView = true cardView = true
cardViewScreenWidth = false cardViewScreenWidth = true
layoutBackgroundBlur = false layoutBackgroundBlur = false
showMoreLink = true
showMoreLinkDest = "/blog/posts/"
disableHeroImagefilter = true
[article] [article]
showDate = true showDate = true
# Firebase Stuff
showViews = false showViews = false
showLikes = false showLikes = false
showDateOnlyInArticle = false showDateOnlyInArticle = false
showDateUpdated = false showDateUpdated = false
showAuthor = true showAuthor = true
showAuthorBottom = true
showHero = true showHero = true
heroStyle = "background" heroStyle = "background"
layoutBackgroundBlur = true layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true layoutBackgroundHeaderSpace = true
showBreadcrumbs = false showBreadcrumbs = false
showDraftLabel = true showDraftLabel = true
showEdit = false showEdit = false
editAppendPath = true editAppendPath = true
seriesOpened = false
seriesOpened = true
showHeadingAnchors = true showHeadingAnchors = true
showPagination = true showPagination = true
invertPagination = false invertPagination = false
showReadingTime = true showReadingTime = true
showTableOfContents = false showTableOfContents = false
showTaxonomies = false showTaxonomies = false
showCategoryOnly = false showCategoryOnly = false
showAuthorsBadges = false showAuthorsBadges = false
showWordCount = true showWordCount = true
showZenMode = false showZenMode = true
[list] [list]
showHero = false showHero = true
heroStyle = "background"
layoutBackgroundBlur = true layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true layoutBackgroundHeaderSpace = false
showBreadcrumbs = false showBreadcrumbs = false
showSummary = false showSummary = true
showViews = false showViews = false
showLikes = false showLikes = false
showTableOfContents = false showTableOfContents = true
showCards = false showCards = true
orderByWeight = false orderByWeight = false
groupByYear = true groupByYear = true
cardView = false
cardViewScreenWidth = false cardView = true
constrainItemsWidth = false cardViewScreenWidth = true
constrainItemsWidth = true
[sitemap] [sitemap]
excludedKinds = [ "taxonomy", "term" ] excludedKinds = [ "taxonomy", "term" ]
@@ -105,3 +133,8 @@ showTableOfContents = true
groupByYear = false groupByYear = false
cardView = false cardView = false
cardViewScreenWidth = false cardViewScreenWidth = false
[umamiAnalytics]
websiteId = "1056801d-9d30-4723-bb11-30ce4a161851"
domain = "umami.benno-lorenz.com"
enableTrackEvents = true

20
content/blog/_index.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: Blog
description: This is my Blog
showHero: true
heroStyle: background
cascade:
showEdit: false
showSummary: false
hideFeatureImage: true
---
Lorem Ipsum
This is the blog page where you can find all the latest posts and updates.
# Blog Posts
---

View File

@@ -1,18 +0,0 @@
---
title: Blog
showHero: true
heroStyle: Background
showDate: false
showPagination: false
showAuthor: false
showWordCount: false
showSummary: false
showReadingTime: false
---
This is the blog page where you can find all the latest posts and updates.
# Blog Posts
{{< list limit="5" >}}

View File

@@ -10,6 +10,8 @@ heroStyle: background
tags: tags:
- space - space
image: pexels-optical-chemist-340351297-31986005.jpg image: pexels-optical-chemist-340351297-31986005.jpg
type: blogpost
--- ---
## A sub-title ## A sub-title

View File

@@ -6,6 +6,8 @@ description: This is a second blog post to test everything
categories: categories:
- Test - Test
draft: false draft: false
type: blogpost
--- ---
# Lorem Ipsum Dolor # Lorem Ipsum Dolor