mirror of
https://github.com/ivabus/www
synced 2024-11-14 07:25:06 +03:00
29 lines
613 B
TOML
29 lines
613 B
TOML
baseURL = 'https://tea.xyz/'
|
|
languageCode = 'en-us'
|
|
title = 'Equitable Open-Source for Web3'
|
|
|
|
# menu links via config file
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = 'community'
|
|
name = 'Community'
|
|
title = 'community'
|
|
url = './#community'
|
|
weight = 4
|
|
[[menu.main]]
|
|
identifier = 'blog'
|
|
name = 'Blog'
|
|
title = 'blog'
|
|
url = 'https://medium.com/teaxyz'
|
|
weight = 5
|
|
[[menu.main]]
|
|
identifier = 'github'
|
|
name = 'GitHub'
|
|
title = 'github'
|
|
url = 'https://github.com/teaxyz'
|
|
weight = 6
|
|
|
|
[security]
|
|
[security.exec]
|
|
allow = ['^go$', '^postcss$', '^npx$', '^babel$']
|