Skip to content

Commit

Permalink
Add plugins used by GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ryomo committed Nov 15, 2024
1 parent 9ae399b commit 08449e3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "jemoji", "~> 0.13.0"

# GitHub Pages uses these plugins
# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/about-github-pages-and-jekyll#plugins
gem "jekyll-coffeescript", "~> 1.2"
gem "jekyll-default-layout", "~> 0.1.5"
gem "jekyll-gist", "~> 1.5"
gem "jekyll-github-metadata", "~> 2.16"
gem "jekyll-optional-front-matter", "~> 0.3.2"
gem "jekyll-paginate", "~> 1.1"
gem "jekyll-readme-index", "~> 0.3.0"
gem "jekyll-titles-from-headings", "~> 0.5.3"
gem "jekyll-relative-links", "~> 0.6.1"
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,16 @@ PLATFORMS
DEPENDENCIES
github-pages
http_parser.rb (~> 0.6.0)
jekyll-coffeescript (~> 1.2)
jekyll-default-layout (~> 0.1.5)
jekyll-feed (~> 0.12)
jekyll-gist (~> 1.5)
jekyll-github-metadata (~> 2.16)
jekyll-optional-front-matter (~> 0.3.2)
jekyll-paginate (~> 1.1)
jekyll-readme-index (~> 0.3.0)
jekyll-relative-links (~> 0.6.1)
jekyll-titles-from-headings (~> 0.5.3)
jemoji (~> 0.13.0)
minima (~> 2.5)
tzinfo (>= 1, < 3)
Expand Down
9 changes: 9 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ theme: minima
plugins:
- jekyll-feed
- jemoji
- jekyll-coffeescript
- jekyll-default-layout
- jekyll-gist
- jekyll-github-metadata
- jekyll-optional-front-matter
- jekyll-paginate
- jekyll-readme-index
- jekyll-titles-from-headings
- jekyll-relative-links

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 08449e3

Please sign in to comment.