Skip to content

Commit 5faca3e

Browse files
authored
feat: add support for Bluesky (#366)
1 parent 5f6a85a commit 5faca3e

File tree

10 files changed

+28
-0
lines changed

10 files changed

+28
-0
lines changed

i18n/de.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/ko.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/ms.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/pt-br.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/ru.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/vi.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "Bilibili"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/zh-hans.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "哔哩哔哩"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

i18n/zh-hant.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ other = "嗶哩嗶哩"
1010
[social_bitbucket]
1111
other = "Bitbucket"
1212

13+
[social_bluesky]
14+
other = "Bluesky"
15+
1316
[social_buymeacoffee]
1417
other = "Buy Me a Coffee"
1518

layouts/partials/hb/modules/socials/link.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"artstation" (dict "url" "https://www.artstation.com/%s" "color" "#0a5878")
44
"bilibili" (dict "url" "https://space.bilibili.com/%s" "color" "#fb7299")
55
"bitbucket" (dict "url" "https://bitbucket.org/%s" "color" "#0e65df")
6+
"bluesky" (dict "url" "https://bsky.app/profile/%s" "color" "#0285ff")
67
"buymeacoffee" (dict "url" "https://buymeacoffee.com/%s")
78
"codeberg" (dict "url" "https://codeberg.org/%s" "color" "#2185d0")
89
"discord" (dict "url" "https://discord.com/invite/%s")

0 commit comments

Comments
 (0)