22 lines
432 B
TOML
22 lines
432 B
TOML
[website]
|
|
website_name = "Test Website Name!"
|
|
built_pages = ["test_page.toml"]
|
|
use_default_css = true
|
|
javascript = []
|
|
css = []
|
|
#favicon = "favicon.png"
|
|
#twitter_author = "@teascade"
|
|
#google_robots = "all"
|
|
#google_site_verification = ""
|
|
|
|
[navbar]
|
|
items = ["home", "games"]
|
|
|
|
[navbar.item.home]
|
|
title = "Home"
|
|
link = "home"
|
|
image_url = "img/teascade.png"
|
|
|
|
[navbar.item.games]
|
|
title = "Games"
|
|
link = "/games" |