Files
Ethica-vitrine/cache/compiled/files/c4787e5810851bba07644f5097a3f01b.yaml.php
T
2018-04-11 17:57:57 +02:00

33 lines
821 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Sites/static-ethica.net/system/config/site.yaml',
'modified' => 1519741824,
'data' => [
'title' => 'Grav',
'default_lang' => 'fr',
'author' => [
'name' => 'John Appleseed',
'email' => 'john@email.com'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'My Grav Site'
],
'summary' => [
'enabled' => true,
'format' => 'short',
'size' => 300,
'delimiter' => '==='
],
'redirects' => NULL,
'routes' => NULL,
'blog' => [
'route' => '/blog'
]
]
];