Skip to content

Commit

Permalink
add jemoji
Browse files Browse the repository at this point in the history
  • Loading branch information
zzre committed Feb 12, 2024
1 parent 4736a29 commit 1b08f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
if RUBY_PLATFORM =~ /linux-musl/
gem "jekyll-sass-converter", "~> 2.0"
end

group :jekyll_plugins do
gem "jemoji"
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,6 @@ jekyll-archives:
permalinks:
tag: /tags/:name/
category: /categories/:name/

plugins:
- jemoji

0 comments on commit 1b08f62

Please sign in to comment.