28 lines
641 B
TOML
28 lines
641 B
TOML
|
[website]
|
||
|
website_name = "Test Website Name!"
|
||
|
built_pages = ["test_page/about.toml", "test_page/other.toml"]
|
||
|
use_default_css = true
|
||
|
javascript = []
|
||
|
css = []
|
||
|
#before_navbar_url = "/navbar.html"
|
||
|
#before_content_url = "/before_content.html"
|
||
|
#after_content_url = "/after_content.html"
|
||
|
#favicon = "favicon.png"
|
||
|
#twitter_author = "@teascade"
|
||
|
#google_robots = "all"
|
||
|
#google_site_verification = ""
|
||
|
|
||
|
[navbar]
|
||
|
items = ["about", "other", "google"]
|
||
|
|
||
|
[navbar.item.about]
|
||
|
title = "About"
|
||
|
link = "/"
|
||
|
|
||
|
[navbar.item.other]
|
||
|
title = "Other"
|
||
|
link = "/other"
|
||
|
|
||
|
[navbar.item.google]
|
||
|
title = "Google!"
|
||
|
link = "https://google.com"
|