www/src/config.toml

21 lines
396 B
TOML
Raw Normal View History

baseURL = 'https://tea.xyz/'
languageCode = 'en-us'
title = 'Equitable Open-Source for Web3'
# menu links via config file
[menu]
[[menu.main]]
identifier = 'media'
name = 'Media'
title = 'media'
url = 'https://medium.com/teaxyz'
weight = 5
[[menu.main]]
identifier = 'community'
name = 'Community'
title = 'community'
url = '/#community'
weight = 6