mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
24 lines
570 B
TOML
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$']
|