Skip to content

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

Notifications You must be signed in to change notification settings

episource/jekyll-html-proofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages