diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 7c3aef90..5b588adf 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -19,5 +19,6 @@ dateFormat = "2 January 2006" bio = "A powerful, lightweight theme for Hugo built with Tailwind CSS." links = [ { twitter = "https://twitter.com/burufugu" }, + { 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 d0e408de..3b71ca0c 100644 --- a/exampleSite/config/_default/menus.en.toml +++ b/exampleSite/config/_default/menus.en.toml @@ -35,18 +35,26 @@ url = "http://tee.pub/lic/qwSlWVBL5zc" weight = 50 -[[main]] - identifier = "github" - pre = "github" - url = "https://github.com/nunocoracao/blowfish" - weight = 60 + [[main]] identifier = "twitter" pre = "twitter" url = "https://twitter.com/burufugu" + weight = 60 + +[[main]] + identifier = "mastodon" + pre = "mastodon" + url = "https://masto.ai/@blowfish" weight = 70 +[[main]] + identifier = "github" + pre = "github" + url = "https://github.com/nunocoracao/blowfish" + weight = 80 + # -- Footer Menu -- # The footer menu is displayed at the bottom of the page, just before