add matrix link
This commit is contained in:
parent
be8b3942ec
commit
b7c7eca71a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
/resources/_gen/
|
/resources/_gen/
|
||||||
/assets/jsconfig.json
|
/assets/jsconfig.json
|
||||||
hugo_stats.json
|
hugo_stats.json
|
||||||
|
_vendor/
|
||||||
|
|
||||||
# Executable may be added to repository
|
# Executable may be added to repository
|
||||||
hugo.exe
|
hugo.exe
|
||||||
|
|
|
@ -30,7 +30,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "mart-w.de-${version}";
|
name = "mart-w.de-${version}";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = ./.;
|
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/)."
|
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]
|
||||||
|
[[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]]
|
[[menu.social]]
|
||||||
identifier = "mastodon"
|
identifier = "mastodon"
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
url = "https://chaos.social/@mart_w"
|
url = "https://chaos.social/@mart_w"
|
||||||
weight = 1
|
weight = 2
|
||||||
|
|
||||||
[menu.social.params]
|
[menu.social.params]
|
||||||
icon = "brand-mastodon"
|
icon = "brand-mastodon"
|
||||||
|
@ -37,7 +46,7 @@ icon = "brand-mastodon"
|
||||||
identifier = "forgejo"
|
identifier = "forgejo"
|
||||||
name = "Forgejo"
|
name = "Forgejo"
|
||||||
url = "https://git.brokentech.cloud/mart-w"
|
url = "https://git.brokentech.cloud/mart-w"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[menu.social.params]
|
[menu.social.params]
|
||||||
icon = "brand-git"
|
icon = "brand-git"
|
||||||
|
@ -46,7 +55,7 @@ icon = "brand-git"
|
||||||
identifier = "github"
|
identifier = "github"
|
||||||
name = "GitHub"
|
name = "GitHub"
|
||||||
url = "https://github.com/mart-w"
|
url = "https://github.com/mart-w"
|
||||||
weight = 3
|
weight = 4
|
||||||
|
|
||||||
[menu.social.params]
|
[menu.social.params]
|
||||||
icon = "brand-github"
|
icon = "brand-github"
|
||||||
|
@ -55,7 +64,7 @@ icon = "brand-github"
|
||||||
identifier = "flickr"
|
identifier = "flickr"
|
||||||
name = "Flickr"
|
name = "Flickr"
|
||||||
url = "https://www.flickr.com/photos/mart-w/"
|
url = "https://www.flickr.com/photos/mart-w/"
|
||||||
weight = 4
|
weight = 5
|
||||||
|
|
||||||
[menu.social.params]
|
[menu.social.params]
|
||||||
icon = "brand-flickr"
|
icon = "brand-flickr"
|
||||||
|
|
Loading…
Reference in a new issue