staticsite/config.toml
2020-12-06 13:20:47 -03:00

26 lines
487 B
TOML

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]
home = [ "HTML", "RSS", "SearchIndex" ]
page = ["HTML"]