add an about page
All checks were successful
Build and Publish Docker Image / build (push) Successful in 3m27s

This commit is contained in:
2026-06-17 23:49:39 -06:00
parent 2e1225ea90
commit d6290b5a22
4 changed files with 120 additions and 1 deletions

View File

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

View File

@@ -10,6 +10,11 @@
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
[[main]]
name = "About"
pageRef = "about"
weight = 5
[[main]]
name = "Blog"
pageRef = "blog"