Skip to content

Commit

Permalink
feat: support bluesky social
Browse files Browse the repository at this point in the history
Closes #1378
  • Loading branch information
HEIGE-PCloud committed Dec 15, 2024
1 parent 4c5c8e2 commit 0f16efe
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 20 deletions.
48 changes: 28 additions & 20 deletions assets/data/social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -664,52 +664,60 @@ diaspora:
Icon:
Simpleicons: diaspora

# 071: Email
email:
Weight: 71
Template: mailto:%v
Title: Email
Icon:
Fontawesome:
Style: regular
Icon: envelope

# 072: Discord
# 071: Discord
discord:
Weight: 72
Weight: 71
Template: https://discordapp.com/users/%v
Title: Discord
Newtab: true
Icon:
Simpleicons: discord

# 073: Pixelfed
# 072: Pixelfed
pixelfed:
Weight: 73
Weight: 72
Prefix: https://pixelfed.social/
Title: Pixelfed
Icon:
Simpleicons: pixelfed

# 074: Lemmy
# 073: Lemmy
lemmy:
Weight: 74
Weight: 73
Prefix: https://lemmy.world/u/
Title: Lemmy
Icon:
Simpleicons: lemmy

# 075: X
# 074: X
x:
Weight: 75
Weight: 74
Prefix: https://x.com/
Title: X
Icon:
Simpleicons: x

# 076: RSS
rss:
# 075: Bluesky
bluesky:
Weight: 75
Prefix: https://bsky.app/profile/
Title: Bluesky
Icon:
Simpleicons: bluesky

# 076: Email
email:
Weight: 76
Template: mailto:%v
Title: Email
Icon:
Fontawesome:
Style: regular
Icon: envelope

# 077: RSS
rss:
Weight: 77
Url: /index.xml
Title: RSS
Newtab: true
Expand Down
1 change: 1 addition & 0 deletions exampleSite/config/_default/params.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ keywords = ["Theme", "Hugo"]
Youtubecustom = ""
Youtubelegacy = "xxxx"
Zhihu = ""
Bluesky = "did:plc:z72i7hdynmk6r22z27h6tvur"
[social.Mastodon]
id = "@xxxx"
prefix = "https://mastodon.technology/"
Expand Down
1 change: 1 addition & 0 deletions exampleSite/config/_default/params.zh-cn.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ keywords = ["Theme", "Hugo"]
Youtubecustom = ""
Youtubelegacy = ""
Zhihu = "xxxx"
Bluesky = "did:plc:z72i7hdynmk6r22z27h6tvur"
[social.Diaspora]
id = "@xxxx"
prefix = "https://yyyy/"
Expand Down

0 comments on commit 0f16efe

Please sign in to comment.