Set subpage as home page

Hi!
I wonder if there is a way to set a subpage as the homepage

for example:
I have an articles page which has multiple articles as children.
I want to have the first article as the home page. is it possible?

Or should I just call the first article in the home page and create a similar template to home page andas the article page?

Thanks in advance!

You can set the home option in the config: home | Kirby CMS

If you want this to be more flexible, i.e. always show the first article as home page or even let the user decide, then adding some logic in the home template (or the template you use for the home page), probably makes more sense.

1 Like