Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-05-28 07:44:42 +0300
committerMark Otto <markdotto@gmail.com>2017-05-28 07:44:42 +0300
commita3f7639728449b5e14e52a7c72141f7d8b08d596 (patch)
tree40f61190f563143e8d7551d5f17233e4fd448461 /Gemfile.lock
parent3b8202db93e52726c196599dcf6698c9f18d1483 (diff)
swap kramdown toc for jekyll-toc plugin, update page layout to only show on xl and above
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 4df2612fcd..71753d9e8f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -23,6 +23,8 @@ GEM
sass (~> 3.4)
jekyll-sitemap (1.1.1)
jekyll (~> 3.3)
+ jekyll-toc (0.3.0.pre1)
+ nokogiri (~> 1.6)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.13.2)
@@ -31,6 +33,9 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
+ mini_portile2 (2.1.0)
+ nokogiri (1.7.2)
+ mini_portile2 (~> 2.1.0)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
@@ -52,6 +57,7 @@ DEPENDENCIES
jekyll (~> 3.4.3)
jekyll-redirect-from (~> 0.12.1)
jekyll-sitemap (~> 1.1.1)
+ jekyll-toc (~> 0.3.0.pre1)
scss_lint (~> 0.53.0)
BUNDLED WITH