Update: contact page added, about page removed

This commit is contained in:
hyzen
2026-02-28 22:48:43 +05:30
parent ed28ebb86d
commit 2d284e5394
57 changed files with 153 additions and 856 deletions

View File

@@ -7,6 +7,10 @@ publishDir = "docs"
[params]
customCSS = ["css/custom.css"]
[params.author]
name = "Freedoms4"
email = "your-email@example.com"
[caches]
[caches.images]
dir = ':cacheDir/images'
@@ -14,15 +18,15 @@ dir = ':cacheDir/images'
[menu]
[[menu.main]]
identifier = "home"
identifier = "landing"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "blog"
identifier = "blogs"
name = "Blog"
url = "/posts/"
url = "/blog/"
weight = 2
[[menu.main]]
@@ -32,9 +36,9 @@ url = "/categories/"
weight = 3
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 4
[taxonomies]