File tree Expand file tree Collapse file tree 7 files changed +24
-8
lines changed
Expand file tree Collapse file tree 7 files changed +24
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments