Skip to content

Commit

Permalink
Bump Jekyll and co
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 5, 2017
1 parent a4f3b6e commit f699729
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
source "https://rubygems.org"

gem "jekyll", "~> 3.1"
gem 'jekyll-gist'
gem 'kramdown'
gem "jekyll", "~> 3.4.0"
# with Ruby 2.0 on OS X, you may need to install
# it manually with --with-iconv-dir:
#
# gem install iconv -- --with-iconv-dir=~/.rvm/usr
gem "iconv"
gem "albino"
gem "redcarpet"
gem "pygments.rb"
gem "rake", "~> 12.0"
7 changes: 4 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
source: .
destination: ./_site
layouts_dir: ./_layouts
plugins_dir: ./_plugins
exclude: [bin, CNAME, Gemfile, Gemfile.lock, README.md]
markdown: kramdown
permalink: /:title
highlighter: rouge
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]

0 comments on commit f699729

Please sign in to comment.