diff --git a/lychee.toml b/lychee.toml index 924efd4..393230e 100644 --- a/lychee.toml +++ b/lychee.toml @@ -30,5 +30,7 @@ exclude = [ "https://app.tea.xyz/api/signups", # can take a little too long, and no reason to hammer here. "https://unicode.org/", "https://gnome.org/", - "https://libuv.org/" + "https://libuv.org/", + "file:///home/runner/work/www/www/public/blog", + "https://api.github.com/repos/", ] diff --git a/src/config.toml b/src/config.toml index 212a065..6a4c37e 100644 --- a/src/config.toml +++ b/src/config.toml @@ -9,20 +9,8 @@ title = 'Equitable Open-Source for Web3' identifier = 'community' name = 'Community' title = 'community' - url = './#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' - title = 'github' - url = 'https://github.com/teaxyz' - weight = 6 [security] [security.exec] 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 --- 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/content/white-paper.md b/src/content/white-paper.md index f588e24..e1bef1e 100644 --- a/src/content/white-paper.md +++ b/src/content/white-paper.md @@ -2,6 +2,4 @@ title: "White Paper" Description: "Read & Share Our White Paper" layout: "white-paper" -menu: main -weight: 7 --- diff --git a/src/layouts/index.html b/src/layouts/index.html index a2768da..9604dbe 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -14,7 +14,7 @@
-

Visit GitHub to check out our README, and ⭐ the repository. You can install tea by running the one‐liner in your terminal.

+

Visit GitHub to check out our README, and ☆ the repository. You can install tea by running the one‐liner in your terminal.

{{- partial "purple-btn-large.html" -}} grid diff --git a/src/layouts/partials/footer-nav.html b/src/layouts/partials/footer-nav.html index 89d8e75..37fbf13 100644 --- a/src/layouts/partials/footer-nav.html +++ b/src/layouts/partials/footer-nav.html @@ -1,6 +1,12 @@