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 43f02b8
Show file tree
Hide file tree
Showing 4 changed files with 4 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.3.0
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'
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.3.0"

[build.processing]
skip_processing = true

0 comments on commit 43f02b8

Please sign in to comment.