From 63af7e03d0436329de5bcf1233d753ca6358bc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 20 Nov 2022 00:17:56 +0000 Subject: [PATCH] added mastodon --- exampleSite/config/_default/languages.en.toml | 1 + exampleSite/config/_default/menus.en.toml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) 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