Skip to content

Kirby 4.1.2

home

Set the name of the home page folder

By default, the name of the home page folder is called home. This folder must be present, unless you set the home folder to another folder with this option.

Example to set the home folder to the blog folder:

return [
  'home' => 'blog'
];