My personal website.
A Jekyll powered website, hosted by GitHub Pages at https://arturoherrero.com.
$ bundle install
Builds the site any time a source file changes and serves it locally:
$ bundle exec jekyll server --livereload --incremental
The simplest test is to run jekyll build
and ensures that Jekyll doesn’t
fail to build the site. It doesn’t check the resulting site, but it does ensure
things are built properly.
When testing Jekyll output, there is no better tool than html-proofer. This tool checks your resulting site to ensure all links and images exist.
Run the test:
$ rake