Files
anissah/cache/compiled/files/7fea2172dae0c7111b0cdd8c2c5c2fbb.yaml.php
2019-01-16 16:23:31 +01:00

31 lines
875 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/config/site.yaml',
'modified' => 1543268638,
'data' => [
'title' => 'Anissa bensalah',
'default_lang' => 'fr',
'author' => [
'name' => 'Kevin Tessier',
'email' => 'kevin@figureslibres.io'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'Le site anissabensalah.net est développé avec le CMS Grav par Kévin Tessier (FiguresLibres)'
],
'summary' => [
'enabled' => false,
'format' => 'long',
'size' => 200,
'delimiter' => '==='
],
'blog' => [
'route' => '/blog'
]
]
];