Skip to content

Commit 4192aa7

Browse files
committed
Update social links
1 parent 73931e6 commit 4192aa7

File tree

7 files changed

+24
-8
lines changed

7 files changed

+24
-8
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2929
with:
30-
args: docs README.md --exclude localhost --exclude twitter.com -v
30+
args: docs README.md --exclude localhost --exclude x.com --exclude twitter.com -v

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<a href="https://docs.imgproxy.net">Documentation</a> |
1515
<a href="https://imgproxy.net/#pro">imgproxy Pro</a> |
1616
<a href="https://github.com/imgproxy/imgproxy/pkgs/container/imgproxy">Docker</a> |
17-
<a href="https://twitter.com/imgproxy_net">Twitter</a> |
17+
<a href="https://bsky.app/profile/imgproxy.net">Bluesky</a> |
18+
<a href="https://x.com/imgproxy_net">X</a> |
1819
<a href="https://discord.gg/5GgpXgtC9u">Discord</a>
1920
</h4>
2021

docusaurus.config.ts

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,16 @@ const config: Config = {
156156
title: "GitHub",
157157
},
158158
{
159-
href: "https://twitter.com/imgproxy_net",
159+
href: "https://bsky.app/profile/imgproxy.net",
160+
position: "right",
161+
className: "navbar__link--icon navbar__link--bluesky",
162+
title: "Bluesky",
163+
},
164+
{
165+
href: "https://x.com/imgproxy_net",
160166
position: "right",
161167
className: "navbar__link--icon navbar__link--twitter",
162-
title: "Twitter",
168+
title: "X (Twitter)",
163169
},
164170
{
165171
href: "https://discord.gg/5GgpXgtC9u",
@@ -206,8 +212,12 @@ const config: Config = {
206212
title: "Community",
207213
items: [
208214
{
209-
label: "Twitter",
210-
href: "https://twitter.com/imgproxy_net",
215+
label: "Bluesky",
216+
href: "https://bsky.app/profile/imgproxy.net",
217+
},
218+
{
219+
label: "X (Twitter)",
220+
href: "https://x.com/imgproxy_net",
211221
},
212222
{
213223
label: "Discord",

lefthook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ pre-push:
1212
commands:
1313
check-links:
1414
tags: docs
15-
run: command -v lychee && lychee docs README.md --exclude localhost --exclude twitter.com
15+
run: command -v lychee && lychee docs README.md --exclude localhost --exclude x.com --exclude twitter.com

src/css/navbar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
background-image: url('/img/github.svg');
4444
}
4545

46+
.navbar__link--bluesky::before {
47+
background-image: url('/img/bluesky.svg');
48+
}
49+
4650
.navbar__link--twitter::before {
4751
background-image: url('/img/twitter.svg');
4852
}

static/img/bluesky.svg

Lines changed: 1 addition & 0 deletions
Loading

static/img/twitter.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)