www/src/config.toml

25 lines
570 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]]
2023-01-23 19:52:12 +03:00
identifier = 'docs'
name = 'Docs'
title = 'docs'
2023-03-15 00:13:17 +03:00
url = 'https://docs.tea.xyz'
2023-01-23 19:52:12 +03:00
weight = 3
2022-11-10 05:45:40 +03:00
2023-05-03 10:01:25 +03:00
[[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
2022-11-10 05:45:40 +03:00
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']