10 lines
232 B
TOML
10 lines
232 B
TOML
|
[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"
|
||
|
#google_site_verification = ""
|