[website] website_name = "Test Website Name!" built_pages = ["test_page/about.toml", "test_page/other.toml"] use_default_css = true javascript = [] css = [] [navbar] items = ["about", "other", "google"] [navbar.item.google] title = "Google!" link = "https://google.com" [navbar.item.other] title = "Other" link = "/other" [navbar.item.about] title = "About" link = "/"