Skip to content
Merged
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
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

# Automatically add sitemap
gem "jekyll-sitemap", "~> 1.4"

# Protect email from scrapper bots
gem "jekyll-email-protect", "~> 1.1"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ GEM
rouge (>= 2.0, < 5.0)
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
jekyll-email-protect (1.1.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
Expand Down Expand Up @@ -279,6 +280,7 @@ PLATFORMS
DEPENDENCIES
github-pages (~> 232)
http_parser.rb (~> 0.6.0)
jekyll-email-protect (~> 1.1)
jekyll-feed (~> 0.12)
jekyll-sitemap (~> 1.4)
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 @@ -31,6 +31,7 @@ theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-email-protect
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
Expand Down