teascade-generator/config.toml

33 lines
827 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 = ["test.js"]
css = ["test.css"]
before_navbar_url = "test_page/resources/before_navbar.html"
before_content_url = "test_page/resources/before_content.html"
after_content_url = "test_page/resources/after_content.html"
#favicon = "favicon.png"
#twitter_author = "@teascade"
#google_robots = "all"
#google_site_verification = ""
2018-04-16 14:21:31 +02:00
[resource.test] todo
source = "source_path"
destination = "destination_path"
is_recursive_folder = false
2018-04-16 18:31:38 +02:00
[navbar]
items = ["about", "other", "google"]
2018-04-18 19:27:00 +02:00
[navbar.item.about]
title = "About"
link = "/"
[navbar.item.other]
title = "Other"
link = "/other"
[navbar.item.google]
title = "Google!"
link = "https://google.com"