Skip to content

Commit 5af09bc

Browse files
committed
Add jekyll toc
1 parent 443bc26 commit 5af09bc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ gem 'rake'
44

55
group :jekyll_plugins do
66
gem 'github-pages'
7+
gem 'jekyll-toc'
78
end

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ GEM
185185
jekyll-seo-tag (~> 2.0)
186186
jekyll-titles-from-headings (0.5.1)
187187
jekyll (~> 3.3)
188+
jekyll-toc (0.9.1)
189+
nokogiri (~> 1.8)
188190
jekyll-watch (2.1.2)
189191
listen (~> 3.0)
190192
jemoji (0.10.2)
@@ -244,6 +246,7 @@ PLATFORMS
244246

245247
DEPENDENCIES
246248
github-pages
249+
jekyll-toc
247250
rake
248251

249252
BUNDLED WITH

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ defaults:
1313
path: ""
1414
values:
1515
image: https://avatars.githubusercontent.com/u/4223
16+
toc: true

0 commit comments

Comments
 (0)