Skip to content

Commit 6fad541

Browse files
committed
add jekyll-toc in group :jekyll_plugins
from https://jekyllrb.com/docs/continuous-integration/github-actions/
1 parent 4ba529a commit 6fad541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ gem "minima", "~> 2.5"
1616
# If you have any plugins, put them here!
1717
group :jekyll_plugins do
1818
gem "jekyll-feed", "~> 0.12"
19+
# to create table of content for .md document
20+
gem 'jekyll-toc'
1921
end
2022

2123
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -31,6 +33,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3133

3234
gem "webrick", "~> 1.8"
3335

34-
# to create table of content for .md document
35-
gem 'jekyll-toc'
3636

0 commit comments

Comments
 (0)