Skip to content

Commit 7d4a7a7

Browse files
committed
Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation
1 parent 04e90a8 commit 7d4a7a7

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
@@ -300,7 +300,9 @@ plugins:
300300
- jekyll-gist
301301
- jekyll-feed
302302
- jekyll-redirect-from
303-
# mimic GitHub Pages with --safe
303+
- jemoji
304+
305+
# Mimic GitHub Pages with --safe
304306
whitelist:
305307
- jekyll-paginate
306308
- 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)