From c6576af4183fb1c80095a7034b83a553d86fb4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 24 Jan 2024 21:49:12 +0000 Subject: [PATCH] update configs --- exampleSite/config/_default/languages.en.toml | 2 +- exampleSite/config/_default/menus.en.toml | 29 ++++++++++--------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 1baad363..8941d579 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -20,7 +20,7 @@ title = "Blowfish" bio = "A powerful, lightweight theme for Hugo built with Tailwind CSS." links = [ { x-twitter = "https://twitter.com/burufugu" }, - { mastodon = "https://masto.ai/@blowfish" }, + #{ mastodon = "https://masto.ai/@blowfish" }, { github = "https://github.com/nunocoracao/blowfish" }, ] diff --git a/exampleSite/config/_default/menus.en.toml b/exampleSite/config/_default/menus.en.toml index b38af0e6..3886d5ea 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -20,15 +20,16 @@ pageRef = "docs/shortcodes" weight = 15 -[[main]] - name = "Samples" - pageRef = "samples" - weight = 16 - [[main]] name = "Examples" weight = 20 +[[main]] + name = "Samples" + parent = "Examples" + pageRef = "samples" + weight = 16 + [[main]] name = "Showcase" parent = "Examples" @@ -46,10 +47,10 @@ pageRef = "users" weight = 90 -#[[main]] -# name = "Merch" -# url = "http://tee.pub/lic/qwSlWVBL5zc" -# weight = 100 +[[main]] + name = "Merch" + url = "https://www.teepublic.com/user/blowfish-store/t-shirts" + weight = 100 #[[main]] # name = "Test" @@ -62,11 +63,11 @@ url = "https://twitter.com/burufugu" weight = 200 -[[main]] - identifier = "mastodon" - pre = "mastodon" - url = "https://masto.ai/@blowfish" - weight = 300 +#[[main]] +# identifier = "mastodon" +# pre = "mastodon" +# weight = 300 +# url = "https://masto.ai/@blowfish" [[main]] identifier = "github"