2018-04-16 13:10:05 +02:00
|
|
|
[website]
|
2018-04-18 19:27:00 +02:00
|
|
|
website_name = "TestWebsite"
|
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
|
|
|
|
javascript = []
|
|
|
|
css = []
|
2018-04-16 14:21:31 +02:00
|
|
|
|
2018-04-16 18:31:38 +02:00
|
|
|
[navbar]
|
2018-04-17 00:17:47 +02:00
|
|
|
items = ["test", "other"]
|
2018-04-18 19:27:00 +02:00
|
|
|
[navbar.item.other]
|
|
|
|
title = "Other"
|
|
|
|
link = "/other.html"
|
|
|
|
|
2018-04-17 00:17:47 +02:00
|
|
|
[navbar.item.test]
|
|
|
|
title = "Home"
|
|
|
|
link = "/home.html"
|
|
|
|
image_url = "/img/image.png"
|