upgrade to jekyll 1.1

This commit is contained in:
2013-08-12 12:16:40 -04:00
parent da4eada31e
commit 08c4a00a49
3 changed files with 24 additions and 12 deletions

View File

@ -7,7 +7,7 @@ end
desc 'Build and start server with --auto'
task :server do
jekyll '--server --auto'
jekyll 'serve -w'
end
desc 'Build and deploy'