diff --git a/Gemfile b/Gemfile index ff2c342..467edeb 100644 --- a/Gemfile +++ b/Gemfile @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +gem "jekyll-openmoji", "~> 0.1.6" diff --git a/Gemfile.lock b/Gemfile.lock index 591ebe7..b9ea43a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,11 @@ GEM remote: https://rubygems.org/ specs: + activesupport (7.0.5) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) @@ -12,6 +17,12 @@ GEM ffi (1.15.5) forwardable-extended (2.6.0) google-protobuf (3.23.3-x86_64-linux) + html-pipeline (2.14.3) + activesupport (>= 2) + nokogiri (>= 1.4) + html-pipeline-negarmoji (0.1.6) + html-pipeline (~> 2.14) + negarmoji (~> 0.1.10) http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) @@ -33,6 +44,11 @@ GEM webrick (~> 1.7) jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) + jekyll-openmoji (0.1.6) + html-pipeline (~> 2.14) + html-pipeline-negarmoji (~> 0.1.6) + jekyll (>= 3.0, < 5.0) + negarmoji (~> 0.1.10) jekyll-sass-converter (3.0.0) sass-embedded (~> 1.54) jekyll-seo-tag (2.8.0) @@ -52,9 +68,14 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) + minitest (5.18.1) + negarmoji (0.1.10) + nokogiri (1.15.2-x86_64-linux) + racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.1) + racc (1.7.1) rake (13.0.6) rb-fsevent (0.11.2) rb-inotify (0.10.1) @@ -67,6 +88,8 @@ GEM rake (>= 13.0.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.4.2) webrick (1.8.1) @@ -77,6 +100,7 @@ DEPENDENCIES http_parser.rb (~> 0.6.0) jekyll (~> 4.3.2) jekyll-feed (~> 0.12) + jekyll-openmoji (~> 0.1.6) minima (~> 2.5) tzinfo (>= 1, < 3) tzinfo-data diff --git a/_config.yml b/_config.yml index a24ef67..6aabfb2 100644 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ github_username: quinot theme: minima plugins: - jekyll-feed + - jekyll-openmoji # Exclude from processing. # The following items will not be processed, by default.