diff --git a/Gemfile.lock b/Gemfile.lock index d264209..74bfc03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,24 +3,34 @@ GEM specs: classifier (1.3.3) fast-stemmer (>= 1.0.0) + colorator (0.1) + commander (4.1.5) + highline (~> 1.6.11) directory_watcher (1.4.1) - fast-stemmer (1.0.1) - jekyll (0.12.0) + fast-stemmer (1.0.2) + highline (1.6.19) + jekyll (1.1.2) classifier (~> 1.3) - directory_watcher (~> 1.1) - kramdown (~> 0.13.4) - liquid (~> 2.3) + colorator (~> 0.1) + commander (~> 4.1.3) + directory_watcher (~> 1.4.1) + kramdown (~> 1.0.2) + liquid (~> 2.5.1) maruku (~> 0.5) - pygments.rb (~> 0.3.2) - kramdown (0.13.8) - liquid (2.4.1) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.2.2) + safe_yaml (~> 0.7.0) + kramdown (1.0.2) + liquid (2.5.1) maruku (0.6.1) syntax (>= 1.0.0) posix-spawn (0.3.6) - pygments.rb (0.3.7) + pygments.rb (0.5.2) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) rake (10.0.3) + redcarpet (2.2.2) + safe_yaml (0.7.1) syntax (1.0.0) yajl-ruby (1.1.0) diff --git a/Rakefile b/Rakefile index 86be618..6e75c69 100644 --- a/Rakefile +++ b/Rakefile @@ -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' diff --git a/_config.yml b/_config.yml index 3c6f8a7..16b3530 100644 --- a/_config.yml +++ b/_config.yml @@ -3,9 +3,11 @@ slogan: striving towards mediocrity author: James Walker url: http://walkah.net -auto: false pygments: true lsi: false markdown: kramdown permalink: blog/:title -exclude: Gemfile, Gemfile.lock, Rakefile +exclude: + - Gemfile + - Gemfile.lock + - Rakefile