docs: add jemoji plugin

This plugin enables jekyll to display emojis; the version added matches
current on github-pages (https://pages.github.com/versions/)

Signed-off-by: Fabio Utzig <utzig@apache.org>
This commit is contained in:
Fabio Utzig 2023-09-04 19:47:55 -03:00 committed by Fabio Utzig
parent 54fd52d914
commit b688ef77cc
3 changed files with 5 additions and 0 deletions

View File

@ -20,3 +20,5 @@ gem "github-pages", group: :jekyll_plugins
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "jemoji", "~> 0.12.0"

View File

@ -255,6 +255,7 @@ PLATFORMS
DEPENDENCIES
github-pages
jemoji (~> 0.12.0)
tzinfo-data
BUNDLED WITH

View File

@ -1 +1,3 @@
theme: jekyll-theme-cayman
plugins:
- jemoji