Can I set a default blog post to display when people go to my blog site?
I would like a specific blog post to be the default home page of my blog, so that I have a consistent single welcome page. Is this possible?
Could you use a landing page as a welcome post? There's a guide here:
https://blot.im/how/posts/pages#create-a-landing-page
Redirects are only evaluated for missing pages (they're at the bottom of the routing stack for the sake of performance) so that strategy will not work since your template has a valid index page.
Answered 8 months ago ยท Edit answer