fongandrew/hydeout

Hydeout doesn't show posts until I add pagination config

Closed this issue · 1 comments

So, I tried to install the theme to a new Jekyll website, and couldn't see any of the posts

no posts

How to reproduce:

  • jekyll new myblog
  • add github-pages and jekyll-remote-theme gems
  • bundle
  • add remote_theme: fongandrew/hydeout to _config.yml
  • run jekyll serve

Spent quite a lot of time to get things working. Turns out, my _config.yml was missing a line:

paginate: 5

Adding the config solves the problem:

has posts

Didn't see it anywhere in the docs, so I've created the issue

Thanks for pointing that out! I've added a small note to the README.