Skip to content
Closed
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 @@ -3,6 +3,7 @@ source "https://rubygems.org"
group :jekyll_plugins do
gem "github-pages", "~> 214"
gem "jekyll-feed", "~> 0.12"
gem "jekyll-redirect-from", "~> 0.16"
end
Comment on lines 3 to 7

gem "minima", "~> 2.5"
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ url: "https://developers.procore.com" # the base hostname & protocol for your si
theme: minima
plugins:
- jekyll-feed
- jekyll-redirect-from

# Exclude from processing.
# The following items will not be processed, by default.
Expand Down