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"