18 lines
282 B
TOML
18 lines
282 B
TOML
[website]
|
|
website_name = "Test Website"
|
|
built_pages = []
|
|
use_default_css = true
|
|
javascript = []
|
|
css = []
|
|
|
|
[navbar]
|
|
items = ["test", "other"]
|
|
[navbar.item.test]
|
|
title = "Home"
|
|
link = "/home.html"
|
|
image_url = "/img/image.png"
|
|
|
|
[navbar.item.other]
|
|
title = "Other"
|
|
link = "/other.html"
|