File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ group :jekyll_plugins do
1717 gem 'jekyll-sitemap'
1818 gem 'jemoji'
1919 gem 'just-the-docs' , '0.10.0'
20+ gem 'jekyll-target-blank'
2021end
2122
2223# These tools are use for running tests.
Original file line number Diff line number Diff line change 118118 jekyll (>= 3.8 , < 5.0 )
119119 jekyll-sitemap (1.4.0 )
120120 jekyll (>= 3.7 , < 5.0 )
121+ jekyll-target-blank (2.0.2 )
122+ jekyll (>= 3.0 , < 5.0 )
123+ nokogiri (~> 1.10 )
121124 jekyll-watch (2.2.1 )
122125 listen (~> 3.0 )
123126 jemoji (0.13.0 )
@@ -266,6 +269,7 @@ DEPENDENCIES
266269 jekyll-jupyter-notebook
267270 jekyll-redirect-from
268271 jekyll-sitemap
272+ jekyll-target-blank
269273 jemoji
270274 just-the-docs (= 0.10.0 )
271275 kramdown-parser-gfm
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ plugins:
4848 - jekyll-github-metadata
4949 - jekyll-include-cache
5050 - jekyll-jupyter-notebook
51+ - jekyll-target-blank
5152
5253# Default layouts for each collection type
5354defaults :
You can’t perform that action at this time.
0 commit comments