Add some setup and learning content.

This commit is contained in:
2025-08-21 23:54:06 -07:00
parent 6feb1ff24d
commit 631807ca33
27 changed files with 717 additions and 9 deletions

View File

@@ -21,6 +21,11 @@ name = "About"
pageRef = "about"
weight = 30
[[main]]
name = "Learning"
pageRef = "learning"
weight = 60
#[[main]]
# name = "example sub-menu 2"
# parent = "Parent"

View File

@@ -18,7 +18,8 @@ replyByEmail = false
# robots = ""
disableImageOptimization = false
disableTextInHeader = false
logo = "wild-cloud.svg"
disableTextInHeader = true
# backgroundImageWidth = 1200
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
@@ -42,7 +43,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org"
showScrollToTop = true
[homepage]
layout = "profile" # valid options: page, profile, hero, card, background, custom
layout = "custom" # valid options: page, profile, hero, card, background, custom
#homepageImage = "IMAGE.jpg" # used in: hero, and card
showRecent = false
showRecentItems = 5