mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-15 09:33:15 +00:00
42 lines
956 B
TOML
42 lines
956 B
TOML
baseURL = "https://blog.xsltplayground.com/"
|
|
languageCode = "en-us"
|
|
title = "XSLT Playground"
|
|
|
|
enableRobotsTXT = true
|
|
|
|
[pagination]
|
|
pagerSize = 10
|
|
|
|
[params]
|
|
subtitle = "Online XSLT editor built for real-world transformations."
|
|
lead = "Run and debug XSLT online with multi-parameter inputs, timing hints, and fast feedback. This site hosts release notes, guides, and deployment options for XSLT Playground."
|
|
|
|
[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 = ""
|
|
|
|
[params.ethicalads]
|
|
publisher = "xsltplaygroundcom"
|
|
|
|
[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
|