Hydeout doesn't show posts until I add pagination config
Closed this issue · 1 comments
Morozzzko commented
So, I tried to install the theme to a new Jekyll website, and couldn't see any of the posts
How to reproduce:
jekyll new myblog
- add
github-pages
andjekyll-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:
Didn't see it anywhere in the docs, so I've created the issue
fongandrew commented
Thanks for pointing that out! I've added a small note to the README.