octopress / paginate

A simple paginator for Jekyll sites.
MIT License
105 stars 37 forks source link

Fixes #9 - Error: undefined method `[]' for true:TrueClass #10

Closed taringamberini closed 8 years ago

taringamberini commented 9 years ago

PROBLEM

The instructions given for the Usage page doesn't work after Octopress Initial setup.

CAUSE

Configuring Octopress as described at Initial setup leads to a _config.yml which contains the two lines:

paginate: 10          # Posts per page on the blog index
paginate_path: "posts/:num"  # Directory base for pagination URLs eg. /posts/2/

these two keys conflict in some way with the configuration ones used by this plugin.

SOLUTION

I've added the subsection Remove Octopress pagination defaults in which is suggested to remove the two lines.

octopress/paginate#9

XhmikosR commented 8 years ago

@parkr: this can be closed I believe.

parkr commented 8 years ago

Thank you!

musikele commented 7 years ago

I still have this problem...