nobelium
nobelium copied to clipboard
Having a single blog page as index
Hey, is it possible to have a page
as index of the website instead of having all blog post
listed?
I tried to mix index.js
and [slug].js
but it's not working so far..
I want to do the same thing
Maybe @designedbyclu can help us.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
up please!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
There is a possible issue with URL conflicts. If the index is for a special page, then what URL should be used for the post list? And that could conflict with a normal post slug since all post URLs are root-based. We already have some special URLS though (like /about
).
I’d like to prefix post slugs, e.g. /post/[slug]
, but that would be a breaking change.