website/config.toml
Rafael Mardojai CM ee6df2ca4d
Initial commit
2023-12-17 08:45:10 -05:00

23 lines
433 B
TOML

baseURL = 'https://dialectapp.org'
languageCode = 'en'
title = 'Dialect'
[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'
[markup.goldmark.renderer]
unsafe= true