Add home page

This commit is contained in:
Paul Nicoué 2022-04-08 16:37:47 +02:00
parent 8afee5e625
commit 94a0c89099
130 changed files with 2027 additions and 56 deletions

View file

@ -9,7 +9,6 @@ return [
// Meta Knight plugin options
'diesdasdigital.meta-knight' => [
'siteTitleAfterPageTitle' => false,
'siteTitleAsHomePageTitle' => true,
'separator' => ' | ',
'metaAuthor' => false
],
@ -45,5 +44,11 @@ return [
]);
}
}
],
// Thumbs
'thumbs' => [
'srcsets' => [
'default' => [500, 1000, 1500]
]
]
];