Skip to content

Commit

Permalink
Add jekyll-target-blank plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed May 27, 2024
1 parent a2f2adc commit 91a425f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ gem "jekyll", "~> 4.3.3"
group :jekyll_plugins do
gem "jekyll-paginate"
gem "jekyll-feed"
gem 'jekyll-redirect-from'
gem "jekyll-redirect-from"
gem "jekyll-seo-tag"
gem "jekyll_picture_tag", '~> 2.1'
gem "jekyll-remote-theme"
gem "jekyll-target-blank"
end


Expand Down
9 changes: 8 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ url: https://exo.pm
author: Stefan
github_username: stefandesu
permalink: pretty
plugins: [jekyll-paginate, jekyll-redirect-from, jekyll-feed, jekyll-seo-tag, jekyll_picture_tag, jekyll-remote-theme]
plugins:
- jekyll-paginate
- jekyll-redirect-from
- jekyll-feed
- jekyll-seo-tag
- jekyll_picture_tag
- jekyll-remote-theme
- jekyll-target-blank
picture:
source: "_images"
output: "assets/img"
Expand Down

0 comments on commit 91a425f

Please sign in to comment.