diff --git a/main/Gemfile.lock b/main/Gemfile.lock index fc98e58..c2d3dd9 100644 --- a/main/Gemfile.lock +++ b/main/Gemfile.lock @@ -8,8 +8,9 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) + eventmachine (1.2.7) eventmachine (1.2.7-x64-mingw32) - ffi (1.15.5-x64-mingw32) + ffi (1.15.5) forwardable-extended (2.6.0) google-protobuf (3.22.2) http_parser.rb (0.8.0) @@ -51,12 +52,18 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) rouge (4.1.0) safe_yaml (1.0.5) + sass-embedded (1.61.0) + google-protobuf (~> 3.21) + rake (>= 10.0.0) + sass-embedded (1.61.0-x64-mingw-ucrt) + google-protobuf (~> 3.21) sass-embedded (1.61.0-x64-mingw32) google-protobuf (~> 3.21) terminal-table (3.0.2) @@ -65,6 +72,7 @@ GEM webrick (1.8.1) PLATFORMS + x64-mingw-ucrt x64-mingw32 x64-unknown diff --git a/main/_data/socials.json b/main/_data/socials.json index 99324d9..be09cb6 100644 --- a/main/_data/socials.json +++ b/main/_data/socials.json @@ -4,8 +4,8 @@ "link": "https://twitter.com/Ellpeck" }, { - "name": "Twitch", - "link": "https://twitch.tv/ellpeck" + "name": "Bluesky", + "link": "https://bsky.app/profile/ellpeck.bsky.social" }, { "name": "GitHub", @@ -21,6 +21,14 @@ "link": "https://ellpeck.itch.io/", "darkIcon": true }, + { + "name": "NuGet", + "link": "https://www.nuget.org/profiles/Ellpeck" + }, + { + "name": "Twitch", + "link": "https://twitch.tv/ellpeck" + }, { "name": "YouTube", "link": "https://www.youtube.com/c/ellpeck" diff --git a/main/res/social/bluesky.png b/main/res/social/bluesky.png new file mode 100644 index 0000000..95a0060 Binary files /dev/null and b/main/res/social/bluesky.png differ diff --git a/main/res/social/cohost.png b/main/res/social/cohost.png deleted file mode 100644 index 8aaaa4d..0000000 Binary files a/main/res/social/cohost.png and /dev/null differ diff --git a/main/res/social/mastodon.png b/main/res/social/mastodon.png deleted file mode 100644 index d22c56f..0000000 Binary files a/main/res/social/mastodon.png and /dev/null differ diff --git a/main/res/social/nuget.png b/main/res/social/nuget.png new file mode 100644 index 0000000..a3229e0 Binary files /dev/null and b/main/res/social/nuget.png differ