bundle exec jekyll build
builds the Jekyll site without additional featuresbundle exec rake quick
– build and serve without additional featuresbundle exec rake build
bundle exec rake a11y
– builds with accessibility checkerRun htmlproofer
on the command line to check for broken links and bad HTML. Full usage info can be found on html-proofer Github.
Some sample usage:
Most basic version
htmlproofer --assume-extension --allow_hash_href
Only check internal links (not offsite links too), write errors to a file
htmlproofer --assume-extension --allow_hash_href --disable_external ./_site 2> errors
The following content is generated by PHP cronjobs before the Jekyll build:
For more information about these files, see the Wiki in the GitHub repo