2018-04-16 13:10:05 +02:00
|
|
|
[website]
|
2018-04-18 20:59:44 +02:00
|
|
|
website_name = "Test Website Name!"
|
2018-04-18 20:06:02 +02:00
|
|
|
built_pages = ["test_page/about.toml", "test_page/other.toml"]
|
2018-04-16 13:10:05 +02:00
|
|
|
use_default_css = true
|
2018-04-18 21:43:50 +02:00
|
|
|
javascript = ["test.js"]
|
|
|
|
css = ["test.css"]
|
2018-04-18 20:59:44 +02:00
|
|
|
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
|
|
|
|
2018-04-18 21:43:50 +02:00
|
|
|
[resource.test] todo
|
|
|
|
source = "source_path"
|
|
|
|
destination = "destination_path"
|
|
|
|
is_recursive_folder = false
|
|
|
|
|
2018-04-16 18:31:38 +02:00
|
|
|
[navbar]
|
2018-04-18 20:59:44 +02:00
|
|
|
items = ["about", "other", "google"]
|
2018-04-18 19:27:00 +02:00
|
|
|
|
2018-04-18 20:59:44 +02:00
|
|
|
[navbar.item.about]
|
|
|
|
title = "About"
|
|
|
|
link = "/"
|
|
|
|
|
|
|
|
[navbar.item.other]
|
|
|
|
title = "Other"
|
|
|
|
link = "/other"
|
|
|
|
|
|
|
|
[navbar.item.google]
|
|
|
|
title = "Google!"
|
|
|
|
link = "https://google.com"
|