Massive site refactoring
All checks were successful
Build and Publish Docker Image / build (push) Successful in 3m32s

This commit is contained in:
2026-06-16 23:47:56 -06:00
parent 3676eedea5
commit fbc4977ec6
57 changed files with 133 additions and 46 deletions

View File

@@ -3,7 +3,7 @@
# https://blowfish.page/docs/getting-started/
theme = "blowfish" # UNCOMMENT THIS LINE
baseURL = "https://blog.tayko.co/"
baseURL = "https://tayko.co/"
defaultContentLanguage = "en"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles

View File

@@ -2,7 +2,7 @@ disabled = false
locale = "en"
label = "English"
weight = 1
title = "Blog::Taco"
title = "Tayko.co"
[params]
displayName = "EN"

View File

@@ -12,46 +12,23 @@
[[main]]
name = "Blog"
pageRef = "posts"
pageRef = "blog"
weight = 10
#[[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[main]]
name = "Art"
pageRef = "art"
weight = 20
[[main]]
name = "Writing"
pageRef = "writing"
weight = 30
[[main]]
name = "Tags"
pageRef = "tags"
weight = 30
#[[main]]
# name = "Parent"
# weight = 20
#[[main]]
# name = "example sub-menu 1"
# parent = "Parent"
# pageRef = "posts"
# weight = 20
#[[main]]
# name = "example sub-menu 2"
# parent = "Parent"
# pageRef = "posts"
# weight = 20
#[[subnavigation]]
# name = "An interesting topic"
# pageRef = "tags/interesting-topic"
# weight = 10
#[[subnavigation]]
# name = "My Awesome Category"
# pre = "github"
# pageRef = "categories/awesome"
# weight = 20
weight = 40
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before

View File

@@ -22,7 +22,7 @@ replyByEmail = false
smartTOC = true
# mainSections = ["section1", "section2"]
mainSections = ["blog", "writing", "art"]
# robots = ""
robots = [
@@ -59,7 +59,7 @@ disableImageOptimizationMD = false
disableTextInHeader = false
# backgroundImageWidth = 1200
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
defaultBackgroundImage = "img/cover.jpg" # used as default for background images
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles
# defaultSocialImage = "/android-chrome-512x512.png" # used as default for social media sharing (Open Graph and Twitter)
hotlinkFeatureImage = false
@@ -94,7 +94,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showRecent = true
showRecentItems = 5
showMoreLink = false
showMoreLinkDest = "/posts/"
showMoreLinkDest = "/blog/"
cardView = true
cardViewScreenWidth = false
layoutBackgroundBlur = false # only used when layout equals background
@@ -111,7 +111,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showDraftLabel = true
showEdit = false
@@ -139,10 +139,10 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showSummary = true
showViews = true
showViews = false
showLikes = false
showTableOfContents = false
showCards = false
@@ -160,7 +160,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showViews = false
showLikes = false
@@ -171,7 +171,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
showHero = true
heroStyle = "background" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
layoutBackgroundHeaderSpace = true # only used when heroStyle equals background
layoutBackgroundHeaderSpace = false # only used when heroStyle equals background
showBreadcrumbs = false
showViews = false
showLikes = false