staticsite/config.toml

26 lines
481 B
TOML
Raw Normal View History

2020-12-06 16:20:47 +00:00
baseurl = "/"
title = "My blog"
theme = "fiscleconsult"
[menu]
[[menu.main]]
name = "Practice Areas"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Tax & Legal Informatie"
pre = "en-list"
url = "/category/tax-legal-informatie/"
weight = 2
[[menu.main]]
name = "Tax & Legal Information"
pre = "nl-list"
url = "/category/tax-legal-information/"
weight = 3
[outputs]
2020-12-06 23:50:32 +00:00
home = ["HTML", "RSS", "JSON"]
page = ["HTML"]