# frozen_string_literal: true desc 'Run jekyll server' task :serve do exec 'bundle exec jekyll serve --incremental' end