Skip to content

Commit

Permalink
after fixing the links I discovered that things changed for Jekyll, i…
Browse files Browse the repository at this point in the history
…n Gemfile and _config.yml
  • Loading branch information
alexlib committed Sep 12, 2017
1 parent 59dcdd7 commit 2f0de0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
source 'https://rubygems.org'

gem 'jekyll', '=1.0.3'
gem 'liquid', '=2.5.0'
gem 'redcarpet', '=2.2.2'
gem 'maruku', '=0.6.1'
gem 'rdiscount', '=1.6.8'
gem 'RedCloth', '=4.2.9'
gem 'github-pages', group: :jekyll_plugins
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source: .
destination: ./_site
plugins: ./_plugins
plugins_dir: ./_plugins
layouts: ./_layouts
include: ['.htaccess']
exclude: ['README.md']
Expand Down

0 comments on commit 2f0de0f

Please sign in to comment.