We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9edaf commit 075614dCopy full SHA for 075614d
3 files changed
.gitignore
@@ -89,4 +89,5 @@ local.properties
89
# TeXlipse plugin
90
.texlipse
91
92
+Gemfile.lock
93
_config.yml
@@ -79,3 +79,4 @@ highlighter: rouge
79
sass:
80
sass_dir: _sass
81
style: :compressed
82
+gems: [jekyll-paginate]
gemfile
@@ -0,0 +1,4 @@
1
+source "https://rubygems.org"
2
+gem 'rouge'
3
+gem 'jekyll'
4
+gem 'jekyll-paginate'
0 commit comments