1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 12:33:14 +00:00
Files
xslt-lab/site/hugo.toml
T
2025-11-22 12:57:22 +01:00

32 lines
703 B
TOML

baseURL = "https://alexandrev.github.io/xslt-lab/"
languageCode = "en-us"
title = "XSLT Lab"
paginate = 10
publishDir = "../docs"
enableRobotsTXT = true
[params]
subtitle = "Helm and XSLT playground with a lightweight docs site."
lead = "Articles, release notes, and pointers to the Helm repo all live here. Build locally or publish from the docs folder without disturbing existing chart artifacts."
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 2
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
name = "Charts"
url = "https://alexandrev.github.io/xslt-lab/index.yaml"
weight = 4