Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 661 Bytes

jekyll-html-proofer

A Jekyll plugin that uses html-proofer to check the generated html code for errors.

Setup

gem install html-proofer
cd YOUR_JEKYLL_DIR
git submodule add https://github.com/episource/jekyll-html-proofer.git _plugins/jekyll-html-proofer

Configure

Configure html-proofer by adding a html_proofer node to your _config.yml. The html-proofer documentation lists all supported options.

html_proofer:
  check_favicon: true
  check_html: true
  file_ignore:
    - /a.*regexp*/
    - a_string