From 61a7d1aba5ad915b49b553fe5f4d1356f2a84db9 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:47:45 -0400 Subject: [PATCH] Created page templates, added menu links --- src/config.toml | 29 ++++++----------------------- src/content/careers.md | 2 -- src/content/nebraska-man.md | 7 +++++++ src/content/products.md | 7 +++++++ src/layouts/page/nebraska-man.html | 3 +++ src/layouts/page/products.html | 0 src/layouts/partials/footer.html | 2 +- 7 files changed, 24 insertions(+), 26 deletions(-) create mode 100644 src/content/nebraska-man.md create mode 100644 src/content/products.md create mode 100644 src/layouts/page/nebraska-man.html create mode 100644 src/layouts/page/products.html diff --git a/src/config.toml b/src/config.toml index 39ced7a..c99960f 100644 --- a/src/config.toml +++ b/src/config.toml @@ -6,32 +6,15 @@ title = 'Equitable Open-Source for Web3' [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 + identifier = 'media' + name = 'Media' + title = 'media' + url = 'https://medium.com/teaxyz' + weight = 5 + [[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/careers.md b/src/content/careers.md index 6f1085f..4bdec91 100644 --- a/src/content/careers.md +++ b/src/content/careers.md @@ -2,6 +2,4 @@ title: "Careers" Description: "tea.careers" layout: "careers" -menu: main -weight: 7 --- diff --git a/src/content/nebraska-man.md b/src/content/nebraska-man.md new file mode 100644 index 0000000..ea09dd4 --- /dev/null +++ b/src/content/nebraska-man.md @@ -0,0 +1,7 @@ +--- +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 new file mode 100644 index 0000000..1872caf --- /dev/null +++ b/src/content/products.md @@ -0,0 +1,7 @@ +--- +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 new file mode 100644 index 0000000..c897030 --- /dev/null +++ b/src/layouts/page/nebraska-man.html @@ -0,0 +1,3 @@ +{{ define "main" }} + +{{ end }} diff --git a/src/layouts/page/products.html b/src/layouts/page/products.html new file mode 100644 index 0000000..e69de29 diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index c904470..4ed94c9 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -1,4 +1,4 @@ -