Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling archive, category, tag pagination in 3.0 #1334

Closed
ideoplex opened this issue Jun 14, 2015 · 2 comments
Closed

Disabling archive, category, tag pagination in 3.0 #1334

ideoplex opened this issue Jun 14, 2015 · 2 comments

Comments

@ideoplex
Copy link

I'm trying to upgrade to from 2.8 to 3.0.

I could disable archive, category and tag pagination by setting config.archive, config.category and config.tag to 1. Looks like this capability has been removed.

Did I miss something? If not, any hints on where I should start to add it back in?

Thanks

@Xuanwo
Copy link
Contributor

Xuanwo commented Jun 15, 2015

per_page: 10
pagination_dir: page

archive_generator:
  yearly: true
  monthly: true
  per_page: 0

category_generator:
  per_page: 0

tag_generator:
   per_page: 0

@ideoplex
Copy link
Author

That was it. Thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants