From 7365c85e91feffb8a24a462417b5af7585c4cb84 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 2 Jan 2014 11:22:49 -0500 Subject: [PATCH] Add Kramdown dependency. Fixes #43 --- Gemfile | 2 +- _config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 549ccc3..d583f36 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'jekyll' -gem 'jekyll-minibundle' +gem 'kramdown' gem 'coderay' gem 'rake' gem 'thor' diff --git a/_config.yml b/_config.yml index c114364..8b437a0 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ description: Describe your website here. logo: site-logo.png disqus_shortname: search: true -#Change url to your domain. Leave localhost server or blank when working locally. +# Change url to your domain. Leave localhost server or blank when working locally. url: http://localhost:4000 # Owner/author information