removed jekyll's paginations

First, it supports only one page path, so /ru/blog and /blog will have different
view. But there is a plugin jekyll-paginator, but it seems doesn't work and
github doesn't support an additional plugins.
Second, paginator doesn't work correctly with pages with different tags
(e.g. en and ru).
This commit is contained in:
arcan1s
2014-01-17 14:29:32 +04:00
parent 3b1250a201
commit a3cfb820aa
6 changed files with 55 additions and 64 deletions

View File

@ -5,7 +5,7 @@ layouts: ./_layouts
include: ['.htaccess']
exclude: ['.gitignore','Gemfile','Gemfile.lock','README.md','TODO']
keep_files: ['.git','.svn']
gems: [jekyll-pagination]
gems: []
future: true
limit_posts: 0
@ -14,10 +14,7 @@ pygments: true
relative_permalinks: true
permalink: pretty
paginate: 10
paginate_path:
- 'blog/:num'
- 'ru/blog/:num'
paginate_path: 'blog/:num'
markdown: rdiscount
markdown_ext: markdown,mkd,mkdn,md
@ -30,7 +27,7 @@ host: 0.0.0.0
port: 4000
baseurl: /
url: http://localhost:4000
lsi: true
lsi: false
maruku:
use_tex: false