[website] website_name = "Test Website Name!" built_pages = ["test_page/about.toml", "test_page/other.toml"] use_default_css = true use_default_js = true javascript = ["/js/loadbar.js"] css = ["/css/loadbar.css"] before_navbar_url = "test_page/resources/load_bar.html" #before_content_url = "test_page/resources/before_content.html" #after_content_url = "test_page/resources/after_content.html" favicon = "/img/global.png" charset = "utf-8" mobile_viewport = true meta_description = true meta_og = true output = "public" [google] google_robots = "all" google_site_verification = "some_verification" [twitter] twitter_site = "@teascade" twitter_creator = "@teascade" [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" [resource.test] source = "test_page/resources/copied_resources" destination = ""