Skip to content

Commit

Permalink
upd: new nostr syndication
Browse files Browse the repository at this point in the history
  • Loading branch information
techmagus committed Jun 9, 2024
1 parent 831a73b commit 810050b
Showing 1 changed file with 29 additions and 6 deletions.
35 changes: 29 additions & 6 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ favicon_mstilecolor = "#603cba"
### BGN: Hugo module settings ###
##### BGN: syndication #####
## Custom entries only work if placed in per-site params.toml ##
[[sns]]
url = 'is.youronly.one'
icon = 'bluesky.svg'
[[sns]]
url = 't.youronly.one'
icon = 'tumblr.svg'

## Defaults
[[sns]]
url = 'blogspot.com'
icon = 'blogspot.svg'
Expand All @@ -39,6 +47,9 @@ favicon_mstilecolor = "#603cba"
[[sns]]
url = 'catodon.social'
icon = 'catodon.png'
[[sns]]
url = 'coracle.social'
icon = 'nostr.svg'
[[sns]]
url = 'diasp.org'
icon = 'diaspora.svg'
Expand All @@ -60,6 +71,9 @@ favicon_mstilecolor = "#603cba"
[[sns]]
url = 'instagram.com'
icon = 'instagram.svg'
[[sns]]
url = 'iris.to'
icon = 'nostr.svg'
[[sns]]
url = 'mastodon.online'
icon = 'mastodon.png'
Expand All @@ -69,6 +83,12 @@ favicon_mstilecolor = "#603cba"
[[sns]]
url = 'naver.com'
icon = 'naver.png'
[[sns]]
url = 'njump.me'
icon = 'nostr.svg'
[[sns]]
url = 'nosta.me'
icon = 'nostr.svg'
[[sns]]
url = 'p.lu'
icon = 'peertube.svg'
Expand All @@ -78,9 +98,18 @@ favicon_mstilecolor = "#603cba"
[[sns]]
url = 'plurk.com'
icon = 'plurk.svg'
[[sns]]
url = 'primal.net'
icon = 'nostr.svg'
[[sns]]
url = 'reddit.com'
icon = 'reddit.svg'
[[sns]]
url = 'satellite.earth'
icon = 'nostr.svg'
[[sns]]
url = 'snort.social'
icon = 'nostr.svg'
[[sns]]
url = 'socialhome.network'
icon = 'socialhome-black.svg'
Expand Down Expand Up @@ -108,12 +137,6 @@ favicon_mstilecolor = "#603cba"
[[sns]]
url = 'youtube.com'
icon = 'youtube.svg'
[[sns]]
url = 'is.youronly.one'
icon = 'bluesky.svg'
[[sns]]
url = 't.youronly.one'
icon = 'tumblr.svg'
##### END: syndication #####
### END: Hugo module settings ###

Expand Down

0 comments on commit 810050b

Please sign in to comment.