initial commit

This commit is contained in:
2025-06-01 18:17:28 +02:00
commit 52b542c13b
46 changed files with 19010 additions and 0 deletions

65
config/_default/hugo.toml Normal file
View File

@@ -0,0 +1,65 @@
theme = "blowfish"
defaultContentLanguage = "en"
enableRobotsTXT = true
summaryLength = 0
buildDrafts = false
buildFuture = false
enableEmoji = true
googleAnalytics = ""
[pagination]
pagerSize = 100
[imaging]
anchor = "Center"
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[sitemap]
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[related]
threshold = 0
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 100
[[related.indices]]
name = "series"
weight = 50
[[related.indices]]
name = "authors"
weight = 20
[[related.indices]]
name = "date"
weight = 10
[[related.indices]]
applyFilter = false
name = "fragmentrefs"
type = "fragments"
weight = 10
[markup.goldmark.extensions.passthrough]
enable = true
[markup.goldmark.extensions.passthrough.delimiters]
block = [ [ "\\[", "\\]" ], [ "$$", "$$" ] ]
inline = [ [ "\\(", "\\)" ] ]

View File

@@ -0,0 +1,16 @@
disabled = false
languageCode = "en"
languageName = "English"
weight = 1
title = "Benno's Page"
[params]
displayName = "EN"
isoCode = "en"
rtl = false
dateFormat = "2 January 2006"
description = "Personal Homepage and blog of Benno Lorenz"
["params.author"]
name = "Benno Lorenz"

View File

@@ -0,0 +1,13 @@
# -- Markup --
# These settings are required for the theme to function.
[goldmark]
[goldmark.renderer]
unsafe = true
[highlight]
noClasses = false
[tableOfContents]
startLevel = 2
endLevel = 4

View File

@@ -0,0 +1,49 @@
[[main]]
none = "none"
[[main]]
name = "Home"
pre = "home"
pageRef = "/"
weight = 1
[[main]]
name = "About me"
pageRef = "aboutme"
identifier = "3mwQIHQJHy"
weight = 2
[[main]]
name = "Blog"
pre = "pencil"
pageRef = "blog"
identifier = "Wlbt6D8Nvp"
weight = 9_999
[[main]]
name = "Bio"
pageRef = "bio"
identifier = "7c1RZHAEl4"
weight = 3
[[footer]]
none = "none"
[[footer]]
name = "Impressum"
pageRef = "impressum"
identifier = "3C57lKh0ZG"
weight = 1
[[footer]]
name = "Contact"
pageRef = "contact"
identifier = "ssriowfp"
weight = 3
[[footer]]
name = "Privacy Policy"
pageRef = "privacy"
identifier = "siowfp"
weight = 2

View File

@@ -0,0 +1,3 @@
[hugoVersion]
extended = false
min = "0.87.0"

106
config/_default/params.toml Normal file
View File

@@ -0,0 +1,106 @@
colorScheme = "blowfish"
defaultAppearance = "dark"
autoSwitchAppearance = true
enableSearch = true
enableCodeCopy = true
replyByEmail = false
disableImageOptimization = false
disableTextInHeader = false
giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org"
firebase = { }
fathomAnalytics = { }
umamiAnalytics = { }
selineAnalytics = { }
buymeacoffee = { }
verification = { }
rssnext = { }
defaultBackgroundImage = "background.svg"
highlightCurrentMenuArea = true
smartTOC = true
smartTOCHideUnfocusedChildren = true
[header]
layout = "fixed-fill-blur"
[footer]
showMenu = true
showCopyright = true
showThemeAttribution = true
showAppearanceSwitcher = true
showScrollToTop = true
[homepage]
layout = "background"
showRecent = true
homepageImage = "background.svg"
showRecentItems = 5
showMoreLink = ""
showMoreLinkDest = "/posts/"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false
[article]
showDate = true
showViews = false
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = true
showHero = false
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
editAppendPath = true
seriesOpened = false
showHeadingAnchors = true
showPagination = true
invertPagination = false
showReadingTime = true
showTableOfContents = false
showTaxonomies = false
showCategoryOnly = false
showAuthorsBadges = false
showWordCount = true
showZenMode = false
[list]
showHero = false
layoutBackgroundBlur = true
layoutBackgroundHeaderSpace = true
showBreadcrumbs = false
showSummary = false
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
orderByWeight = false
groupByYear = true
cardView = false
cardViewScreenWidth = false
constrainItemsWidth = false
[sitemap]
excludedKinds = [ "taxonomy", "term" ]
[taxonomy]
showTermCount = true
showHero = false
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = false
cardView = false
[term]
showHero = false
showBreadcrumbs = false
showViews = false
showLikes = false
showTableOfContents = true
groupByYear = false
cardView = false
cardViewScreenWidth = false