Add some setup and learning content.
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user