Updated firewall documentation with ipset example; minor grammar fixes
[web.git] / Rakefile
1 require 'rake-jekyll'
2
3 # This task builds the Jekyll site and deploys it to a remote Git repository.
4 # It's preconfigured to be used with GitHub and Travis CI.
5 # See http://github.com/jirutka/rake-jekyll for more options.
6 Rake::Jekyll::GitDeployTask.new(:deploy)