Skip to content

Commit 23cee99

Browse files
authored
Merge pull request #30 from de-soot/main
added email protection jekyll liquid filter
2 parents dcb7d01 + 47e0586 commit 23cee99

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3333

3434
# Automatically add sitemap
3535
gem "jekyll-sitemap", "~> 1.4"
36+
37+
# Protect email from scrapper bots
38+
gem "jekyll-email-protect", "~> 1.1"

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ GEM
131131
rouge (>= 2.0, < 5.0)
132132
jekyll-default-layout (0.1.5)
133133
jekyll (>= 3.0, < 5.0)
134+
jekyll-email-protect (1.1.0)
134135
jekyll-feed (0.17.0)
135136
jekyll (>= 3.7, < 5.0)
136137
jekyll-gist (1.5.0)
@@ -279,6 +280,7 @@ PLATFORMS
279280
DEPENDENCIES
280281
github-pages (~> 232)
281282
http_parser.rb (~> 0.6.0)
283+
jekyll-email-protect (~> 1.1)
282284
jekyll-feed (~> 0.12)
283285
jekyll-sitemap (~> 1.4)
284286
minima (~> 2.5)

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ theme: minima
3131
plugins:
3232
- jekyll-feed
3333
- jekyll-sitemap
34+
- jekyll-email-protect
3435
# Exclude from processing.
3536
# The following items will not be processed, by default.
3637
# Any item listed under the `exclude:` key here will be automatically added to

0 commit comments

Comments
 (0)