Skip to content

Commit 075614d

Browse files
committed
migration from jekyll 2.x.x to 3.x.x
1 parent 1c9edaf commit 075614d

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,5 @@ local.properties
8989
# TeXlipse plugin
9090
.texlipse
9191

92+
Gemfile.lock
9293

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ highlighter: rouge
7979
sass:
8080
sass_dir: _sass
8181
style: :compressed
82+
gems: [jekyll-paginate]

gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source "https://rubygems.org"
2+
gem 'rouge'
3+
gem 'jekyll'
4+
gem 'jekyll-paginate'

0 commit comments

Comments
 (0)