mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:35:06 +03:00
b3d7689011
* Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banner update * Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banners from `main` * white-paper CTA styling, auth # fix, title fix * Better invalidation path * Footer nav fix * White paper, not white-paper. QR Code page * Superfluous XML Files * README.md additions * Style changes Co-authored-by: Jacob Heider <jacob@tea.xyz>
37 lines
785 B
TOML
37 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
|