guard 'jekyll-plus', serve: true do
  watch /.*/
  ignore /^_site/
end

guard 'livereload' do
  watch /.*/
end
