teascade-generator/config.toml

22 lines
373 B
TOML

[website]
website_name = "Test Website Name!"
built_pages = ["test_page/about.toml", "test_page/other.toml"]
use_default_css = true
javascript = []
css = []
[navbar]
items = ["about", "other", "google"]
[navbar.item.google]
title = "Google!"
link = "https://google.com"
[navbar.item.about]
title = "About"
link = "/"
[navbar.item.other]
title = "Other"
link = "/other"