upgrade to jekyll 1.1

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

View File

@ -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)

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'

View File

@ -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