teascade-generator/config.toml

28 lines
652 B
TOML
Raw Normal View History

2018-04-16 13:10:05 +02:00
[website]
website_name = "Test Website Name!"
built_pages = ["test_page/about.toml", "test_page/other.toml"]
2018-04-16 13:10:05 +02:00
use_default_css = true
javascript = []
css = []
#before_navbar_url = "/navbar.html"
#before_content_url = "/before_content.html"
#after_content_url = "/after_content.html"
2018-04-16 15:58:16 +02:00
#favicon = "favicon.png"
2018-04-16 13:10:05 +02:00
#twitter_author = "@teascade"
#google_robots = "all"
2018-04-16 14:21:31 +02:00
#google_site_verification = ""
#[navbar]
#items = ["about", "other", "google"]
2018-04-16 14:21:31 +02:00
# [navbar.item.about]
# title = "About"
# link = "/"
2018-04-16 14:21:31 +02:00
# [navbar.item.other]
# title = "Other"
# link = "/other"
# [navbar.item.google]
# title = "Google!"
# link = "https://google.com"