21 lines
427 B
TOML
21 lines
427 B
TOML
[website]
|
|
website_name = "Test Website Name!"
|
|
built_pages = ["test_page/about.toml", "test_page/other.toml"]
|
|
use_default_css = true
|
|
javascript = []
|
|
css = []
|
|
#favicon = "favicon.png"
|
|
#twitter_author = "@teascade"
|
|
#google_robots = "all"
|
|
#google_site_verification = ""
|
|
|
|
[navbar]
|
|
items = ["about", "other"]
|
|
|
|
[navbar.item.about]
|
|
title = "About"
|
|
link = "/"
|
|
|
|
[navbar.item.other]
|
|
title = "Other"
|
|
link = "/other" |