mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:25:06 +03:00
17 lines
348 B
TOML
17 lines
348 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
|
|
|
|
[security]
|
|
[security.exec]
|
|
allow = ['^go$', '^postcss$', '^npx$', '^babel$']
|