Skip to content

Commit

Permalink
Add jekyll-email-protect gem
Browse files Browse the repository at this point in the history
also update submodule commit.
  • Loading branch information
pvalena committed May 25, 2018
1 parent 7edcf2a commit 54d72f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -17,6 +17,7 @@ markdown: kramdown
gems:
- jekyll-lunr-js-search
- jekyll-sitemap
- jekyll-email-protect

# Configure search
lunr_search:
Expand Down
2 changes: 1 addition & 1 deletion content
6 changes: 4 additions & 2 deletions setup.sh
Expand Up @@ -5,9 +5,11 @@ set -xe
sudo dnf group install "C Development Tools and Libraries" -y
# FeedParser is used for RSS feed
# spec dependencies for Capybara & Webkit testing
sudo dnf install -y ruby-devel zlib-devel libxml2-devel libxslt-devel nodejs rubygem-jekyll \
python-feedparser rubygem-rack rubygem-capybara rubygem-rspec rubygem-nokogiri redhat-rpm-config
sudo dnf install -y ruby-devel zlib-devel libxml2-devel libxslt-devel nodejs \
rubygem-jekyll python-feedparser rubygem-rack rubygem-capybara \
rubygem-rspec rubygem-nokogiri redhat-rpm-config

gem uninstall jekyll || :
gem install jekyll-lunr-js-search
gem install jekyll-sitemap
gem install jekyll-email-protect

0 comments on commit 54d72f2

Please sign in to comment.