www/src/config.toml
2023-05-03 17:14:06 +02:00

31 lines
714 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 = 'tea/cli'
name = 'tea/cli'
title = 'tea/cli'
url = 'https://github.com/teaxyz/cli'
weight = 1
[[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$']