mirror of
https://github.com/ivabus/www
synced 2024-11-23 03:05:07 +03:00
38 lines
785 B
TOML
38 lines
785 B
TOML
|
baseURL = 'https://tea.xyz/'
|
||
|
languageCode = 'en-us'
|
||
|
title = 'Equitable Open-Source for Web3'
|
||
|
|
||
|
# menu links via config file
|
||
|
|
||
|
[menu]
|
||
|
[[menu.main]]
|
||
|
identifier = 'why-tea'
|
||
|
name = 'Why tea?'
|
||
|
title = 'why tea?'
|
||
|
url = '/#why-tea'
|
||
|
weight = 2
|
||
|
[[menu.main]]
|
||
|
identifier = 'features'
|
||
|
name = 'Features'
|
||
|
title = 'features'
|
||
|
url = '/#features'
|
||
|
weight = 3
|
||
|
[[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 = 'linktree'
|
||
|
name = 'Linktree'
|
||
|
title = 'linktree'
|
||
|
url = 'https://linktr.ee/teaxyz'
|
||
|
weight = 6
|