diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 94e75d4..4d924b7 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -25,16 +25,21 @@ menushortcutsnewtab = true # set true to open shortcuts links to a new tab/windo home = [ "HTML", "RSS", "JSON"] [[menu.shortcuts]] -name = "Généalogie" +name = " Généalogie" url = "https://barbel.synology.me/webtrees/" weight = 1 [[menu.shortcuts]] -name = "" -url = "https://git.barbel.synology.me/yann64/" +name = " GitHub" +url = "https://github.com/yann64/" weight = 2 [[menu.shortcuts]] -name = "" -url = "https://mastodon.social/@yann64" +name = " Gitea (auto-hébergé)" +url = "https://git.barbel.synology.me/yann64/" weight = 3 + +[[menu.shortcuts]] +name = " Mastodon" +url = "https://mastodon.social/@yann64" +weight = 4