Skip to content

Commit d8e66d2

Browse files
committed
adding pagination as option
1 parent e95e7be commit d8e66d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ email: myemail@gmail.com
2020
exclude: [README.md, Gemfile, Gemfile.lock, node_modules, gulpfile.js, package.json, _site, src, vendor]
2121

2222
# if you don't need pagination, comment the *paginate* configs below
23-
paginate: 1
24-
paginate_path: "blog/:num/"
23+
# paginate: 5
24+
# paginate_path: "blog/:num/"
2525

2626
gems:
2727
- jemoji

0 commit comments

Comments
 (0)