add matrix link
This commit is contained in:
parent
be8b3942ec
commit
b7c7eca71a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
|||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
_vendor/
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
|
|
|
@ -30,7 +30,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mart-w.de-${version}";
|
||||
version = "1.1.1";
|
||||
version = "1.2.0";
|
||||
|
||||
src = ./.;
|
||||
|
||||
|
|
17
hugo.toml
17
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"
|
||||
|
|
Loading…
Reference in a new issue