1
0
mirror of https://github.com/alexandrev/xslt-lab.git synced 2026-09-20 04:23:16 +00:00
Files
xslt-lab/site/hugo.toml
T
2025-11-22 13:55:02 +01:00

37 lines
891 B
TOML

baseURL = "https://blog.xsltplayground.com/"
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."
[params.adsense]
# Prefer setting ADSENSE_CLIENT and ADSENSE_INARTICLE_SLOT env vars when building if you don't want the values committed.
client = "ca-pub-1549720748100858"
inArticleSlot = ""
[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