This is a common functionality in many CMS.
It is often interesting to switch your home page temporarily for displaying an important message or support a timeframe campaign.
Also in a hugo environment it would help solve issues related to
Setting a custom layout to the home page
Adding Page Bundle ability to the home page
I’m just opening a conversation to discuss feasablity, specs etc…
But it implies changing the theme’s code, I cannot replace the content directory’s index.md with another file and expect everything to play along template wise ? Or can I?
Of course it is not a problem with my personal blog, but on a bigger project it means the content department cannot easily decide to temporarily change the home page without opening a ticket to their IT nemesis (I know people from both side ;)).
Joke aside, I just think it’s an interesting feat in the long run, I’m fine without it for now.
@bep I guess the commit makes it possible to set a custom layout for the home page but I was not able to understand how.
I’m talking about a situation where you need a blog article or a statement page to be on there for a short period of time using their respective templates and without having to change the theme code.