teascade-generator/config.toml

22 lines
439 B
TOML
Raw Normal View History

2018-04-16 13:10:05 +02:00
[website]
website_name = "Test Website Name!"
built_pages = ["test_page.toml"]
use_default_css = true
javascript = []
css = []
#favicon = "path.png"
#twitter_author = "@teascade"
#google_robots = "all"
2018-04-16 14:21:31 +02:00
#google_site_verification = ""
[navbar]
items = ["home", "potato", "games"]
[navbar.item.home]
title = "Home"
link = "home"
image_url = "img/teascade.png"
[navbar.item.games]
title = "Games"
link = "/games"