Different landing page
Hi,
First of all, great work on this template! Looks amazing!
I was wondering if it's possible to have a simple page as the index of the website, as opposed to the blog entries listing. Ideally, entries could be paginated somewhere else (/blog for example).
I looked over docs but couldn't find anything about it.
Thank you!
This is documented in the jekyll documentation:
Just change the permalink option in _config.yml to /blog/:whatever you have here.
Then you can change the index template as you see fit.
Hi, I tried copying the landing page layout to /blog by copying the landing page index.html to a new blog folder. But it does not seem to work. The url at /blog does not list the posts. However, the post listing is working fine in main landing page. Do you have any idea why this is happening?