Skip to content

Commit 28e94e8

Browse files
committed
pagination
1 parent 78be979 commit 28e94e8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages'
3+
gem 'jekyll-paginate'

_config.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,19 @@ description: "The NY Haskell Users Group is for all programmers either intereste
33

44
markdown: kramdown
55

6+
gems: [jekyll-paginate]
67
exclude: [Gemfile, Gemfile.lock, CNAME, Readme.md]
78

89
footer-links:
910
github: ny-haskell
1011

1112
# google_analytics:
12-
1313
url: http://ny-haskell.org
1414

15+
1516
kramdown:
1617
input: GFM
17-
hard_wrap: false
18+
hard_wrap: false
19+
20+
paginate: 4
21+
paginate_path: "/blog/page:num/"

0 commit comments

Comments
 (0)