plugins: add jekyll target blank

This commit is contained in:
plowsof 2024-10-09 11:51:09 +01:00
parent 073fcc8abc
commit 84d1f5d0cb
5 changed files with 15 additions and 4 deletions

View file

@ -8,7 +8,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ruby: [ '2.7', '3.0.1' ] ruby: [ '3.0.2' ]
name: Ruby ${{ matrix.ruby }} name: Ruby ${{ matrix.ruby }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3

View file

@ -1 +1 @@
2.7.1 3.0.2

View file

@ -6,3 +6,5 @@ gem 'builder'
gem 'wdm', '>= 0.1.0' if Gem.win_platform? gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-multiple-languages-plugin', '= 1.7.0' gem 'jekyll-multiple-languages-plugin', '= 1.7.0'
gem 'jekyll-feed' gem 'jekyll-feed'
gem 'jekyll-target-blank'

View file

@ -39,6 +39,9 @@ GEM
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-sass-converter (3.0.0) jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54) sass-embedded (~> 1.54)
jekyll-target-blank (2.0.2)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
listen (~> 3.0) listen (~> 3.0)
kramdown (2.4.0) kramdown (2.4.0)
@ -50,9 +53,14 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
mini_portile2 (2.8.7)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
public_suffix (5.0.1) public_suffix (5.0.1)
racc (1.8.1)
rake (13.0.6) rake (13.0.6)
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
@ -77,6 +85,7 @@ DEPENDENCIES
jekyll-feed jekyll-feed
jekyll-multiple-languages-plugin (= 1.7.0) jekyll-multiple-languages-plugin (= 1.7.0)
jekyll-paginate jekyll-paginate
jekyll-target-blank
BUNDLED WITH BUNDLED WITH
2.2.23 2.2.23

View file

@ -3,7 +3,7 @@
command = "jekyll build --trace --limit-posts 10" command = "jekyll build --trace --limit-posts 10"
[build.environment] [build.environment]
RUBY_VERSION = "2.7.1" RUBY_VERSION = "3.0.2"
[build.processing] [build.processing]
skip_processing = true skip_processing = true