Skip to content

Commit

Permalink
update emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
ShitalAdhikari committed Feb 13, 2024
1 parent 880d559 commit c62e5d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source "https://rubygems.org"
gemspec
gemspec
gem 'jemoji'
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
3. `cd myblog`
4. `bundle exec jekyll serve`

# Plugins
1. [Jemoji](https://github.com/jekyll/jemoji)

# Resource
1. [Source Jekyll Readme](https://github.com/jekyll/jekyll/blob/master/README.markdown)

1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ plugins:
- jekyll-gist
- jekyll-feed
- jekyll-include-cache
- jemoji

# mimic GitHub Pages with --safe
whitelist:
Expand Down

0 comments on commit c62e5d2

Please sign in to comment.