website/config.toml
Rafael Mardojai CM 5ba633d209
Add footer menu
2023-12-17 11:13:31 -05:00

28 lines
568 B
TOML

baseURL = 'https://dialectapp.org'
languageCode = 'en'
title = 'Dialect'
disableKinds = ['taxonomy', 'term']
[menus]
[[menus.main]]
name = 'About'
url = '/#about'
weight = 10
[[menus.main]]
name = 'Hosted Services'
url = '/#hosted-services'
weight = 20
[[menus.main]]
name = 'Donate'
url = '/#donate'
weight = 30
[[menus.main]]
name = 'Github'
url = 'https://github.com/dialect-app'
[[menus.footer]]
name = 'Website Stats'
url = 'https://analytics.odka.org/dialectapp.org'
[markup.goldmark.renderer]
unsafe= true