www/src/config.toml
2023-05-03 09:01:25 +02:00

24 lines
570 B
TOML

baseURL = 'https://tea.xyz/'
languageCode = 'en-us'
title = 'Equitable Open-Source for Web3'
# menu links via config file
[menu]
[[menu.main]]
identifier = 'docs'
name = 'Docs'
title = 'docs'
url = 'https://docs.tea.xyz'
weight = 3
[[menu.main]]
identifier = 'product hunt'
name = 'Product Hunt'
title = 'product hunt'
url = 'https://www.producthunt.com/posts/tea?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tea'
weight = 2
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']