Skip to content

Commit

Permalink
target-blank
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Feb 1, 2024
1 parent 624ada8 commit 80d3a3c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
3.1.4
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ 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'
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -50,9 +53,12 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.7.3)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand All @@ -77,6 +83,7 @@ DEPENDENCIES
jekyll-feed
jekyll-multiple-languages-plugin (= 1.7.0)
jekyll-paginate
jekyll-target-blank

BUNDLED WITH
2.2.23
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ plugins:
- jekyll-paginate
- jekyll-multiple-languages-plugin
- jekyll-feed
- jekyll-target-blank

feed:
posts_limit: 20
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
command = "jekyll build --trace --limit-posts 10"

[build.environment]
RUBY_VERSION = "2.7.1"
RUBY_VERSION = "3.1.4"

[build.processing]
skip_processing = true

0 comments on commit 80d3a3c

Please sign in to comment.