From b7c7eca71af6786b6aba71531f2b05de0e0d5f63 Mon Sep 17 00:00:00 2001 From: Martin Wurm Date: Sat, 25 Jan 2025 18:21:19 +0100 Subject: [PATCH] add matrix link --- .gitignore | 1 + default.nix | 2 +- hugo.toml | 17 +++++++++++++---- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 15952ab..680fdb8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /resources/_gen/ /assets/jsconfig.json hugo_stats.json +_vendor/ # Executable may be added to repository hugo.exe diff --git a/default.nix b/default.nix index 18686cd..f3b3ed4 100644 --- a/default.nix +++ b/default.nix @@ -30,7 +30,7 @@ let in stdenv.mkDerivation rec { name = "mart-w.de-${version}"; - version = "1.1.1"; + version = "1.2.0"; src = ./.; diff --git a/hugo.toml b/hugo.toml index b2b475f..bad7045 100644 --- a/hugo.toml +++ b/hugo.toml @@ -24,11 +24,20 @@ enabled = true default = "This work by mart-w is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)." [menu] +[[menu.social]] +identifier = "matrix" +name = "Matrix" +url = "https://matrix.to/#/@mart-w:mart-w.de" +weight = 1 + +[menu.social.params] +icon = "brand-matrix" + [[menu.social]] identifier = "mastodon" name = "Mastodon" url = "https://chaos.social/@mart_w" -weight = 1 +weight = 2 [menu.social.params] icon = "brand-mastodon" @@ -37,7 +46,7 @@ icon = "brand-mastodon" identifier = "forgejo" name = "Forgejo" url = "https://git.brokentech.cloud/mart-w" -weight = 2 +weight = 3 [menu.social.params] icon = "brand-git" @@ -46,7 +55,7 @@ icon = "brand-git" identifier = "github" name = "GitHub" url = "https://github.com/mart-w" -weight = 3 +weight = 4 [menu.social.params] icon = "brand-github" @@ -55,7 +64,7 @@ icon = "brand-github" identifier = "flickr" name = "Flickr" url = "https://www.flickr.com/photos/mart-w/" -weight = 4 +weight = 5 [menu.social.params] icon = "brand-flickr"