2018-04-16 13:10:05 +02:00
|
|
|
[website]
|
|
|
|
website_name = "Test Website Name!"
|
2018-04-16 17:04:28 +02:00
|
|
|
built_pages = ["test_page/about.toml", "test_page/other.toml"]
|
2018-04-16 13:10:05 +02:00
|
|
|
use_default_css = true
|
|
|
|
javascript = []
|
|
|
|
css = []
|
2018-04-16 14:21:31 +02:00
|
|
|
|
2018-04-16 18:31:38 +02:00
|
|
|
[navbar]
|
|
|
|
items = ["about", "other", "google"]
|
2018-04-16 14:21:31 +02:00
|
|
|
|
2018-04-16 23:43:39 +02:00
|
|
|
[navbar.item.google]
|
|
|
|
title = "Google!"
|
|
|
|
link = "https://google.com"
|
2018-04-16 14:21:31 +02:00
|
|
|
|
2018-04-16 23:43:39 +02:00
|
|
|
[navbar.item.other]
|
|
|
|
title = "Other"
|
|
|
|
link = "/other"
|
2018-04-16 23:50:28 +02:00
|
|
|
|
|
|
|
[navbar.item.about]
|
|
|
|
title = "About"
|
|
|
|
link = "/"
|