diff --git a/Gemfile b/Gemfile index c5718b7..6560155 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index 37b3c5c..f3197c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) diff --git a/_config.yml b/_config.yml index d2fa67b..40e6b38 100644 --- a/_config.yml +++ b/_config.yml @@ -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