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-19 21:21:49 +02:00
|
|
|
use_default_js = true
|
2018-04-19 22:56:31 +02:00
|
|
|
javascript = ["/js/loadbar.js"]
|
|
|
|
css = ["/css/loadbar.css"]
|
|
|
|
before_navbar_url = "test_page/resources/load_bar.html"
|
|
|
|
#before_content_url = "test_page/resources/before_content.html"
|
|
|
|
#after_content_url = "test_page/resources/after_content.html"
|
2018-04-19 21:21:49 +02:00
|
|
|
favicon = "/img/global.png"
|
2018-04-19 00:33:48 +02:00
|
|
|
|
|
|
|
charset = "utf-8"
|
|
|
|
mobile_viewport = true
|
|
|
|
meta_description = true
|
|
|
|
meta_og = true
|
|
|
|
|
2018-04-19 00:54:03 +02:00
|
|
|
output = "public"
|
|
|
|
|
2018-04-19 00:33:48 +02:00
|
|
|
[google]
|
|
|
|
google_robots = "all"
|
|
|
|
google_site_verification = "some_verification"
|
|
|
|
|
|
|
|
[twitter]
|
|
|
|
twitter_site = "@teascade"
|
|
|
|
twitter_creator = "@teascade"
|
2018-04-16 14:21:31 +02:00
|
|
|
|
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-19 21:21:49 +02:00
|
|
|
[navbar.item.about]
|
|
|
|
title = "About"
|
|
|
|
link = "/"
|
2018-04-19 00:12:18 +02:00
|
|
|
|
2018-04-19 21:21:49 +02:00
|
|
|
[navbar.item.other]
|
|
|
|
title = "Other"
|
|
|
|
link = "/other"
|
2018-04-18 20:59:44 +02:00
|
|
|
|
2018-04-19 21:21:49 +02:00
|
|
|
[navbar.item.google]
|
|
|
|
title = "Google!"
|
|
|
|
link = "https://google.com"
|
2018-04-18 20:59:44 +02:00
|
|
|
|
2018-04-19 00:12:18 +02:00
|
|
|
[resource.test]
|
2018-04-19 22:56:31 +02:00
|
|
|
source = "test_page/resources/copied_resources"
|
|
|
|
destination = ""
|