-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
26 lines (18 loc) · 856 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# frozen_string_literal: true
source "https://rubygems.org"
# NOTE: gems under `group :jekyll_plugins do` should be loaded irrespectively of
# `_config.yml`, but for some unknown reason I couldn't make it work!
# https://jekyllrb.com/docs/plugins/installation/
#
# I am doing the following:
# - alternative / forked versions of gems are specified below
# - all other gems are specified in `.gemspec`
# - jekyll plugins are loaded explicitly in `_config.yml`
# alternative / forked versions of gems
gem "jekyll-feed", github: "drscream/jekyll-feed", branch: "feature/template-feed-xml"
# also works:
# gem "jekyll-feed", github: "drscream/jekyll-feed", ref: "refs/pull/362/head"
# TODO: track if / when this PR will be merged into the main repo
# - https://github.com/jekyll/jekyll-feed/pull/362
gem "katex", github: "lucasrla/katex-ruby"
gemspec