Add a deploy task

This commit is contained in:
2018-09-01 16:28:00 -04:00
parent f94e5b725d
commit d1bc5d172f
3 changed files with 11 additions and 0 deletions

View File

@ -62,6 +62,11 @@ task :check do
puts `htmlproofer --assume-extension --alt-ignore '/.*/' ./_site`
end
desc 'Deploy site'
task :deploy do
sh 'jgd -b deploy'
end
# Usage: rake post title="A Title" [date="2012-02-09"] [tags=[tag1,tag2]] [category="category"]
desc "Begin a new post in #{CONFIG['posts']}"
task :post do