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