www/src/config.toml

29 lines
612 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]]
identifier = 'community'
name = 'Community'
title = 'community'
url = './#community'
2022-09-28 20:19:39 +03:00
weight = 4
[[menu.main]]
identifier = 'blog'
name = 'Blog'
title = 'blog'
url = 'https://medium.com/teaxyz'
weight = 5
2022-11-07 22:06:14 +03:00
[[menu.main]]
identifier = 'github'
2022-11-07 23:24:19 +03:00
name = 'GitHub'
title = 'github'
2022-11-07 22:06:14 +03:00
url = 'https://github.com/teaxyz'
2022-11-07 22:37:28 +03:00
weight = 6
2022-11-10 05:45:40 +03:00
[security]
[security.exec]
allow = ['^go$', '^postcss$', '^npx$', '^babel$']