aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 21:44:42 -0700
committerMark Otto <[email protected]>2017-05-27 21:44:42 -0700
commita3f7639728449b5e14e52a7c72141f7d8b08d596 (patch)
tree40f61190f563143e8d7551d5f17233e4fd448461 /Gemfile
parent3b8202db93e52726c196599dcf6698c9f18d1483 (diff)
downloadbootstrap-a3f7639728449b5e14e52a7c72141f7d8b08d596.tar.xz
bootstrap-a3f7639728449b5e14e52a7c72141f7d8b08d596.zip
swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1a8977f8d..2fa340d11 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,5 +4,6 @@ group :development, :test do
gem 'jekyll', '~> 3.4.3'
gem 'jekyll-redirect-from', '~> 0.12.1'
gem 'jekyll-sitemap', '~> 1.1.1'
+ gem 'jekyll-toc', '~> 0.3.0.pre1'
gem 'scss_lint', '~> 0.53.0'
end