jasper2 icon indicating copy to clipboard operation
jasper2 copied to clipboard

Different landing page

Open 0xtf opened this issue 7 years ago • 2 comments

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!

0xtf avatar Jul 04 '18 23:07 0xtf

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.

schneidr avatar Jul 27 '18 13:07 schneidr

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?

abpaudel avatar Feb 03 '19 19:02 abpaudel