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:
parent
54fd52d914
commit
b688ef77cc
|
@ -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"
|
||||
|
|
|
@ -255,6 +255,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
jemoji (~> 0.12.0)
|
||||
tzinfo-data
|
||||
|
||||
BUNDLED WITH
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
theme: jekyll-theme-cayman
|
||||
plugins:
|
||||
- jemoji
|
||||
|
|
Loading…
Reference in New Issue