summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 1aecc71afe2750f888e881f5de823ccfa8c62249 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "https://rubygems.org"

gem "jekyll"
gem "webrick"

# https://github.com/rubyjs/mini_racer
gem "mini_racer"
# https://github.com/kramdown/math-sskatex
gem "kramdown-math-sskatex"
# https://github.com/toshimaru/jekyll-toc
gem "jekyll-toc"
# https://github.com/jekyll/jekyll-sitemap
gem "jekyll-sitemap"
# https://github.com/gjtorikian/jekyll-last-modified-at
gem "jekyll-last-modified-at"