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

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

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

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

Loading…
Cancel
Save