From f0c8cf9ffdf856982e39e8a306de909c9a9307b7 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:19:44 -0500 Subject: [PATCH 01/12] Remove Nebraska Man link from website --- src/content/nebraska-man.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/nebraska-man.md b/src/content/nebraska-man.md index 3b4c4cd..d42d81a 100644 --- a/src/content/nebraska-man.md +++ b/src/content/nebraska-man.md @@ -2,6 +2,4 @@ title: "Nebraska Man" Description: "Join the Fight to Save The Internet!" layout: "nebraska-man" -menu: main -weight: 2 --- From 8086a428a91040e588d78cfdaccbb319cec7726a Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:26:15 -0500 Subject: [PATCH 02/12] Remove reddit link --- src/layouts/partials/footer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 9e22a32..35eb0b7 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -16,7 +16,6 @@ Twitter Discord GitHub - Reddit Telegram From 85197c9c7f94f6aad32f32ab2586ddfffd8112ba Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:32:34 -0500 Subject: [PATCH 03/12] Move press/blog to the footer --- src/config.toml | 6 ------ src/content/press.md | 2 -- src/layouts/partials/footer-nav.html | 6 ++++++ src/layouts/partials/footer.html | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/config.toml b/src/config.toml index 212a065..34ca29c 100644 --- a/src/config.toml +++ b/src/config.toml @@ -11,12 +11,6 @@ title = 'Equitable Open-Source for Web3' title = 'community' url = './#community' weight = 4 - [[menu.main]] - identifier = 'blog' - name = 'Blog' - title = 'blog' - url = 'https://medium.com/teaxyz' - weight = 5 [[menu.main]] identifier = 'github' name = 'GitHub' diff --git a/src/content/press.md b/src/content/press.md index 97bbbcc..9b8ae4a 100644 --- a/src/content/press.md +++ b/src/content/press.md @@ -2,6 +2,4 @@ title: "press" Description: "Tell Everyone About the Tea Party!" layout: "press" -menu: main -weight: 8 --- diff --git a/src/layouts/partials/footer-nav.html b/src/layouts/partials/footer-nav.html index 89d8e75..19a3be6 100644 --- a/src/layouts/partials/footer-nav.html +++ b/src/layouts/partials/footer-nav.html @@ -1,4 +1,10 @@