Add emoji support (#2594)

Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
Jonas Rosland
2020-06-01 12:43:25 -04:00
committed by GitHub
parent 0f934bc406
commit 7ca08730af
3 changed files with 27 additions and 2 deletions

View File

@@ -9,4 +9,5 @@ gem 'jekyll-relative-links', '~> 0.6.1'
gem 'jekyll-sitemap', '~> 1.4'
gem 'jekyll-titles-from-headings', '~> 0.5.3'
gem 'jekyll-seo-tag', '~> 2.6', '>= 2.6.1'
gem 'redcarpet', '~> 3.5'
gem 'redcarpet', '~> 3.5'
gem 'jemoji'

View File

@@ -1,6 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
@@ -11,6 +17,10 @@ GEM
eventmachine (1.2.7)
ffi (1.11.3)
forwardable-extended (2.6.0)
gemoji (3.0.1)
html-pipeline (2.13.0)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
@@ -48,12 +58,20 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
gemoji (~> 3.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.4.0)
minitest (5.14.1)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.1)
@@ -68,6 +86,10 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
zeitwerk (2.3.0)
PLATFORMS
ruby
@@ -83,7 +105,8 @@ DEPENDENCIES
jekyll-seo-tag (~> 2.6, >= 2.6.1)
jekyll-sitemap (~> 1.4)
jekyll-titles-from-headings (~> 0.5.3)
jemoji
redcarpet (~> 3.5)
BUNDLED WITH
2.0.2
2.1.4

View File

@@ -215,6 +215,7 @@ plugins:
- jekyll-paginate # pagination object for collections (e.g. posts)
- jekyll-redirect-from
- jekyll-seo-tag
- jemoji
# Include these subdirectories
include: