Add Bluesky support

This commit is contained in:
James Panther 2024-05-01 14:33:11 +10:00
parent 1388acbb76
commit b496ce078c
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
8 changed files with 17 additions and 1 deletions

View File

@ -9,12 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for Spotify and Threads
- Support for Blueksy, Spotify and Threads
- Support for X (Twitter) ([#107](https://github.com/jpanther/lynx/pull/107))
### Changed
- ⚠️ Author param block in site config moved to `params.author` to align with recent deprecations in the Hugo project
- Upgrade to Tailwind v3.4.3 ([#138](https://github.com/jpanther/lynx/pull/138))
- Upgrade to Typography v0.5.11 ([#137](https://github.com/jpanther/lynx/pull/137))
## [1.3.1] - 2023-09-10

View File

@ -1103,6 +1103,11 @@ video {
background-color: #333;
}
.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
}
.link-codepen {
background-color: #1e1f26;
}

View File

@ -21,6 +21,10 @@
.link-apple {
background-color: #333;
}
.link-bluesky {
background: #0084ff;
background: linear-gradient(2.35619rad, #5a72fa 0%, #0084ff 100%);
}
.link-codepen {
background-color: #1e1f26;
}

1
assets/icons/bluesky.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="currentColor" d="M407.8 294.7c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3zM288 227.1C261.9 176.4 190.9 81.9 124.9 35.3C61.6-9.4 37.5-1.7 21.6 5.5C3.3 13.8 0 41.9 0 58.4S9.1 194 15 213.9c19.5 65.7 89.1 87.9 153.2 80.7c3.3-.5 6.6-.9 10-1.4c-3.3 .5-6.6 1-10 1.4C74.3 308.6-9.1 342.8 100.3 464.5C220.6 589.1 265.1 437.8 288 361.1c22.9 76.7 49.2 222.5 185.6 103.4c102.4-103.4 28.1-156-65.8-169.9c-3.3-.4-6.7-.8-10-1.3c3.4 .4 6.7 .9 10 1.3c64.1 7.1 133.6-15.1 153.2-80.7C566.9 194 576 75 576 58.4s-3.3-44.7-21.6-52.9c-15.8-7.1-40-14.9-103.2 29.8C385.1 81.9 314.1 176.4 288 227.1z"/></svg>

After

Width:  |  Height:  |  Size: 807 B

View File

@ -18,6 +18,7 @@ disableKinds = ["taxonomy", "term"]
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { bluesky = "https://bsky.app/profile/username" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },

View File

@ -11,6 +11,7 @@ These are all the built-in link styles available in Lynx. Don't forget that you
{{< link link >}}
{{< link amazon >}}
{{< link apple >}}
{{< link bluesky >}}
{{< link codepen >}}
{{< link dev >}}
{{< link discord >}}

View File

@ -1,6 +1,7 @@
link:
amazon: Amazon
apple: Apple
bluesky: Bluesky
codepen: CodePen
dev: DEV
discord: Discord

View File

@ -1,6 +1,7 @@
link:
amazon: Amazon
apple: Apple
bluesky: Bluesky
codepen: CodePen
dev: DEV
discord: Discord