Skip to content

Commit f4bebc3

Browse files
rjzupkoiiaustinwli
authored andcommitted
Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation
1 parent 5fe4f5c commit f4bebc3

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Gemfile

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
source "https://rubygems.org"
1+
source 'https://rubygems.org'
22

33
group :jekyll_plugins do
4-
gem "jekyll"
5-
gem "jekyll-feed"
4+
gem 'jekyll'
5+
gem 'jekyll-feed'
66
gem 'jekyll-sitemap'
7-
gem "webrick", "~> 1.8"
7+
gem 'jemoji'
8+
gem 'webrick', '~> 1.8'
89
end
910

10-
gem "github-pages"
11+
gem 'github-pages'

_config.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,9 @@ plugins:
312312
- jekyll-gist
313313
- jekyll-feed
314314
- jekyll-redirect-from
315-
# mimic GitHub Pages with --safe
315+
- jemoji
316+
317+
# Mimic GitHub Pages with --safe
316318
whitelist:
317319
- jekyll-paginate
318320
- jekyll-sitemap

_pages/markdown.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ redirect_from:
3030
* Orange circle: building
3131
* Red X: error
3232
* No icon: not built
33+
* Academic Pages uses [Jekyll Kramdown](https://jekyllrb.com/docs/configuration/markdown/), GitHub Flavored Markdown (GFM) parser, which is similar to the version of Markdown used on GitHub, but may have some minor differences.
34+
* Some of emoji supported on GitHub should be supposed via the [Jemoji](https://github.com/jekyll/jemoji) plugin :computer:.
35+
* The best list of the supported emoji can be found in the [Emojis for Jekyll via Jemoji](https://www.fabriziomusacchio.com/blog/2021-08-16-emojis_for_Jekyll/#computer) blog post.
3336

3437
## Resources
3538
* [Liquid syntax guide](https://shopify.github.io/liquid/tags/control-flow/)

0 commit comments

Comments
 (0)