merge upstream changes to config files

main
Dominic Reich 11 months ago
parent 09db1ef93f
commit 4666736784
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -1,7 +1,7 @@
[languages]
[languages.en]
[languages.en.params]
languageCode = "en"
languageName = "English"
languageDirection = "ltr"
displayName = "EN"
isoCode = "en"
weight = 1
@ -13,8 +13,10 @@ title = "OE7DRT"
#copyright = "Copy, _right?_ :thinking_face:"
copyright = "Copyright by Dominic Reich “OE7DRT”."
#[params]
dateFormat = "2 January 2006"
#[params.author]
[author]
name = "Dominic Reich"
image = "img/author.jpg"
@ -66,7 +68,7 @@ dateFormat = "2 January 2006"
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { twitch = "https://twitch.tv/username" },
# { twitter = "https://twitter.com/oe7drt" },
# { whatsapp = "https://wa.me/phone-number" },
{ youtube = "https://youtube.com/@oe7drt" },
# { x-twitter = "https://twitter.com/username" },
]

@ -40,6 +40,18 @@
pageRef = "tags"
weight = 50
[[main]]
identifier = "search"
weight = 99
[main.params]
action = "search"
[[main]]
identifier = "locale"
weight = 100
[main.params]
action = "locale"
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.

@ -2,5 +2,5 @@
path = "github.com/jpanther/congo/v2"
[hugoVersion]
extended = false
extended = true
min = "0.87.0"

@ -19,15 +19,19 @@ autoSwitchAppearance = false
enableSearch = true
enableCodeCopy = true
enableImageLazyLoading = true
enableImageWebp = true
# mainSections = ["section1", "section2"]
# robots = ""
fingerprintAlgorithm = "sha256"
rssFullContent = false
[header]
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom
# logo = "img/logo.jpg"
# logoDark = "img/dark-logo.jpg"
showTitle = true
[footer]
@ -39,6 +43,7 @@ rssFullContent = false
[homepage]
layout = "profile" # valid options: page, profile, custom
showRecent = false
recentLimit = 5
[article]
showDate = true
@ -46,8 +51,8 @@ rssFullContent = false
showAuthor = true
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
editURL = "https://github.com/oe7drt/oe7drt-website/"
showEdit = true
editURL = "https://codeberg.org/dominic/oe7drt-website/src/branch/main/content/"
editAppendPath = true
showHeadingAnchors = true
showPagination = true

Loading…
Cancel
Save