From 16fd092c14666cf806b764c2d5459294f1f57851 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 13:19:39 -0400 Subject: [PATCH] Reversion to fix staging break --- src/config.toml | 29 +++++++++++++++++++++++------ src/content/nebraska-man.md | 7 ------- src/content/products.md | 7 ------- src/layouts/page/nebraska-man.html | 3 --- src/layouts/page/products.html | 0 5 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 src/content/nebraska-man.md delete mode 100644 src/content/products.md delete mode 100644 src/layouts/page/nebraska-man.html delete mode 100644 src/layouts/page/products.html diff --git a/src/config.toml b/src/config.toml index c99960f..39ced7a 100644 --- a/src/config.toml +++ b/src/config.toml @@ -6,15 +6,32 @@ title = 'Equitable Open-Source for Web3' [menu] [[menu.main]] - identifier = 'media' - name = 'Media' - title = 'media' - url = 'https://medium.com/teaxyz' - weight = 5 - + 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 diff --git a/src/content/nebraska-man.md b/src/content/nebraska-man.md deleted file mode 100644 index ea09dd4..0000000 --- a/src/content/nebraska-man.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Nebraska Man" -Description: "Nebraska_Man" -layout: "nebraska-man" -menu: main -weight: 4 ---- diff --git a/src/content/products.md b/src/content/products.md deleted file mode 100644 index 1872caf..0000000 --- a/src/content/products.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Products" -Description: "tea_products" -layout: "products" -menu: main -weight: 3 ---- diff --git a/src/layouts/page/nebraska-man.html b/src/layouts/page/nebraska-man.html deleted file mode 100644 index c897030..0000000 --- a/src/layouts/page/nebraska-man.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ define "main" }} - -{{ end }} diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html deleted file mode 100644 index e69de29..0000000