fix emojis stuff by removing a gem and adding them properly.

This commit is contained in:
Markus Heurung 2025-04-11 13:02:47 +02:00
parent ba2d9cfbd0
commit ba1ea6d2b5
8 changed files with 5 additions and 162 deletions

View file

@ -1 +1 @@
c86de2b5b670419d4335ef3a9a1ba98e -
9ec4161770fb0a6f7c191450b859b0d3 -

View file

@ -9,5 +9,4 @@ group :jekyll_plugins do
gem "jekyll-compose"
gem "jekyll-feed", "~> 0.17"
gem "jekyll-redirect-from"
gem "jemoji"
end

View file

@ -1,25 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.1)
connection_pool (2.4.1)
domain_name (0.6.20240107)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@ -29,13 +17,9 @@ GEM
ffi (>= 1.15.5)
rake
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.0)
bigdecimal
rake (>= 13)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
@ -74,10 +58,6 @@ GEM
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
@ -90,16 +70,9 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
mercenary (0.4.0)
mini_portile2 (2.8.7)
minitest (5.23.1)
mutex_m (0.2.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.5)
racc (1.8.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
@ -116,8 +89,6 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
@ -130,7 +101,6 @@ DEPENDENCIES
jekyll-compose
jekyll-feed (~> 0.17)
jekyll-redirect-from
jemoji
rake
rss

View file

@ -49,7 +49,6 @@ feed:
plugins:
- jekyll-feed
- jekyll-redirect-from
- jemoji
exclude:
- Rakefile

View file

@ -4,6 +4,6 @@ title: Note
date: "2024-06-07 13:57"
---
Das [Telefönchen ](https://muhh.lol/notes/2024-06-06-kw/) ist da. Die AppleWatch entkoppelt. Weird, so ein einfaches Gerät. Aber auch so klein und nett.
Das [Telefönchen](https://muhh.lol/notes/2024-06-06-kw/) ist da. Die AppleWatch entkoppelt. Weird, so ein einfaches Gerät. Aber auch so klein und nett.
Signal einzurichten war an sich einfach, aber die Kopplung am Desktop ist der Horror - 2x lange Keys mit 9 Tasten eintippen, weil's keine Kamera für den QR Code gibt.

View file

@ -4,7 +4,7 @@ title: Note
date: "2024-12-01 12:14"
---
:green_heart: [Elegant Hack - Strategy is Not War; It's Gardening](https://eleganthack.com/strategy-is-not-war-its-gardening/)
💚 [Elegant Hack - Strategy is Not War; It's Gardening](https://eleganthack.com/strategy-is-not-war-its-gardening/)
> I prefer gardening over war as a metaphor for strategy because its richer and more relatable. In gardening, theres so much more going on than just fighting pests. Youre working with nature, creating something sustainable, and adapting to an ever-changing environment.
>

View file

@ -4,6 +4,6 @@ title: Note
date: "2025-01-21 18:37"
---
Gerade haben wir offiziell beschlossen den [Coworking Wuerzburg e.V.](http://www.coworking-wuerzburg.de) aufzuloesen.
Gerade haben wir offiziell beschlossen den [Coworking Würzburg e.V.](http://www.coworking-wuerzburg.de) aufzulösen.
:face_holding_back_tears:
🥹

View file

@ -1,15 +1,4 @@
{
activesupport = {
dependencies = ["base64" "bigdecimal" "concurrent-ruby" "connection_pool" "drb" "i18n" "minitest" "mutex_m" "tzinfo"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0283wk1zxb76lg79dk501kcf5xy9h25qiw15m86s4nrfv11vqns5";
type = "gem";
};
version = "7.1.3.4";
};
addressable = {
dependencies = ["public_suffix"];
groups = ["default" "jekyll_plugins"];
@ -61,16 +50,6 @@
};
version = "1.3.1";
};
connection_pool = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x32mcpm2cl5492kd6lbjbaf17qsssmpx9kdyr7z1wcif2cwyh0g";
type = "gem";
};
version = "2.4.1";
};
domain_name = {
groups = ["default"];
platforms = [];
@ -81,16 +60,6 @@
};
version = "0.6.20240107";
};
drb = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
type = "gem";
};
version = "2.2.1";
};
em-websocket = {
dependencies = ["eventmachine" "http_parser.rb"];
groups = ["default" "jekyll_plugins"];
@ -143,16 +112,6 @@
};
version = "2.6.0";
};
gemoji = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "06nw5mfscjmpap7f0bc9f2hj6zd4jy3pk1lhs6llx5my1h138i3k";
type = "gem";
};
version = "4.1.0";
};
google-protobuf = {
dependencies = ["bigdecimal" "rake"];
groups = ["default" "jekyll_plugins"];
@ -164,17 +123,6 @@
};
version = "4.27.0";
};
html-pipeline = {
dependencies = ["activesupport" "nokogiri"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "180kjksi0sdlqb0aq0bhal96ifwqm25hzb3w709ij55j51qls7ca";
type = "gem";
};
version = "2.14.3";
};
http = {
dependencies = ["addressable" "base64" "http-cookie" "http-form_data" "llhttp-ffi"];
groups = ["default"];
@ -294,17 +242,6 @@
};
version = "2.2.1";
};
jemoji = {
dependencies = ["gemoji" "html-pipeline" "jekyll"];
groups = ["jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0z4yabsvqdb8x1rr60yyzbaf950cyzv984n3jwwvgcmv5j73wk2x";
type = "gem";
};
version = "0.13.0";
};
kramdown = {
dependencies = ["rexml"];
groups = ["default" "jekyll_plugins"];
@ -369,47 +306,6 @@
};
version = "0.4.0";
};
mini_portile2 = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1q1f2sdw3y3y9mnym9dhjgsjr72sq975cfg5c4yx7gwv8nmzbvhk";
type = "gem";
};
version = "2.8.7";
};
minitest = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
type = "gem";
};
version = "5.23.1";
};
mutex_m = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ma093ayps1m92q845hmpk0dmadicvifkbf05rpq9pifhin0rvxn";
type = "gem";
};
version = "0.2.0";
};
nokogiri = {
dependencies = ["mini_portile2" "racc"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1lla2macphrlbzkirk0nwwwhcijrfymyfjjw1als0kwqd0n1cdpc";
type = "gem";
};
version = "1.16.5";
};
pathutil = {
dependencies = ["forwardable-extended"];
groups = ["default" "jekyll_plugins"];
@ -431,16 +327,6 @@
};
version = "5.0.5";
};
racc = {
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "021s7maw0c4d9a6s07vbmllrzqsj2sgmrwimlh8ffkvwqdjrld09";
type = "gem";
};
version = "1.8.0";
};
rake = {
groups = ["default" "jekyll_plugins"];
platforms = [];
@ -546,17 +432,6 @@
};
version = "3.0.2";
};
tzinfo = {
dependencies = ["concurrent-ruby"];
groups = ["default" "jekyll_plugins"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
type = "gem";
};
version = "2.0.6";
};
unicode-display_width = {
groups = ["default" "jekyll_plugins"];
platforms = [];