mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-30 14:35:55 +00:00
plugins: add jekyll target blank
This commit is contained in:
parent
073fcc8abc
commit
84d1f5d0cb
5 changed files with 15 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
ruby: [ '2.7', '3.0.1' ]
|
||||
ruby: [ '3.0.2' ]
|
||||
name: Ruby ${{ matrix.ruby }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.7.1
|
||||
3.0.2
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -6,3 +6,5 @@ gem 'builder'
|
|||
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
||||
gem 'jekyll-multiple-languages-plugin', '= 1.7.0'
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-target-blank'
|
||||
|
||||
|
|
|
@ -39,6 +39,9 @@ GEM
|
|||
jekyll-paginate (1.1.0)
|
||||
jekyll-sass-converter (3.0.0)
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-target-blank (2.0.2)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
nokogiri (~> 1.10)
|
||||
jekyll-watch (2.2.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (2.4.0)
|
||||
|
@ -50,9 +53,14 @@ GEM
|
|||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
rb-inotify (~> 0.9, >= 0.9.10)
|
||||
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)
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (5.0.1)
|
||||
racc (1.8.1)
|
||||
rake (13.0.6)
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
|
@ -77,6 +85,7 @@ DEPENDENCIES
|
|||
jekyll-feed
|
||||
jekyll-multiple-languages-plugin (= 1.7.0)
|
||||
jekyll-paginate
|
||||
jekyll-target-blank
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.23
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
command = "jekyll build --trace --limit-posts 10"
|
||||
|
||||
[build.environment]
|
||||
RUBY_VERSION = "2.7.1"
|
||||
RUBY_VERSION = "3.0.2"
|
||||
|
||||
[build.processing]
|
||||
skip_processing = true
|
||||
skip_processing = true
|
||||
|
|
Loading…
Reference in a new issue