Skip to content

Commit

Permalink
Closes academicpages#2287, academicpages#534 with updates to document…
Browse files Browse the repository at this point in the history
…ation, better emoji generation
  • Loading branch information
rjzupkoii authored and austinwli committed Oct 13, 2024
1 parent 5fe4f5c commit f4bebc3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
source "https://rubygems.org"
source 'https://rubygems.org'

group :jekyll_plugins do
gem "jekyll"
gem "jekyll-feed"
gem 'jekyll'
gem 'jekyll-feed'
gem 'jekyll-sitemap'
gem "webrick", "~> 1.8"
gem 'jemoji'
gem 'webrick', '~> 1.8'
end

gem "github-pages"
gem 'github-pages'
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,9 @@ plugins:
- jekyll-gist
- jekyll-feed
- jekyll-redirect-from
# mimic GitHub Pages with --safe
- jemoji

# Mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
Expand Down
3 changes: 3 additions & 0 deletions _pages/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ redirect_from:
* Orange circle: building
* Red X: error
* No icon: not built
* 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.
* Some of emoji supported on GitHub should be supposed via the [Jemoji](https://github.com/jekyll/jemoji) plugin :computer:.
* 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.

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

0 comments on commit f4bebc3

Please sign in to comment.