website/config.toml
Rafael Mardojai CM 9da8cc0f65
Use opengraph tags
2023-12-17 09:16:18 -05:00

25 lines
470 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'
[markup.goldmark.renderer]
unsafe= true