Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit 075614d

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

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.gitignore

+1
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

+1
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

+4
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)