Skip to content

Commit

Permalink
added email protection jekyll liquid filter
Browse files Browse the repository at this point in the history
  • Loading branch information
de-soot committed Sep 6, 2024
1 parent 6b0a83a commit 47e0586
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
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

0 comments on commit 47e0586

Please sign in to comment.