Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ group :jekyll_plugins do
gem "jekyll-include-cache"
gem "jekyll-compose"
gem "webrick"
gem "jekyll-target-blank"
end

# testing
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ GEM
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-swiss (1.0.0)
jekyll-target-blank (2.0.2)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-theme-architect (0.2.0)
jekyll (> 3.5, < 5.0)
jekyll-seo-tag (~> 2.0)
Expand Down Expand Up @@ -345,6 +348,7 @@ DEPENDENCIES
html-proofer
jekyll-compose
jekyll-include-cache
jekyll-target-blank
w3c_validators
webrick

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-target-blank

# set the proper timezone
timezone: America/Detroit
Expand Down