Add Mastodon and Pleroma
This commit is contained in:
parent
7cff595d70
commit
a15973144f
13
config.toml
13
config.toml
|
@ -107,6 +107,19 @@ theme = "hugo-ficurinia"
|
||||||
name = "matrix"
|
name = "matrix"
|
||||||
url = "https://matrix.to/#/@fbievan1:matrix.org"
|
url = "https://matrix.to/#/@fbievan1:matrix.org"
|
||||||
weight = 20
|
weight = 20
|
||||||
|
[[menu.icons]]
|
||||||
|
identifier = "pleroma"
|
||||||
|
name = "pleroma"
|
||||||
|
url = "https://social.fbievan.live/users/fbievan"
|
||||||
|
weight = 10
|
||||||
|
[[menu.icons]]
|
||||||
|
identifier = "mastodon"
|
||||||
|
name = "mastodon"
|
||||||
|
url = "https://social.linux.pizza/@fbievan"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# this section is necessary if you want infinite scrolling
|
# this section is necessary if you want infinite scrolling
|
||||||
# it allows to output the article list as paged JSON so that "pages" can be retrieved via javascript
|
# it allows to output the article list as paged JSON so that "pages" can be retrieved via javascript
|
||||||
|
|
Loading…
Reference in New Issue