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

31 lines
828 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Sites/static-ethica.net/user/config/site.yaml',
'modified' => 1519745285,
'data' => [
'title' => 'SITE.TITLE',
'default_lang' => 'fr',
'author' => [
'name' => 'Kevin Tessier',
'email' => 'kevin@figureslibres.io'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'Grav is an easy to use, yet powerful, open source flat-file CMS'
],
'summary' => [
'enabled' => true,
'format' => 'short',
'size' => 300,
'delimiter' => '==='
],
'blog' => [
'route' => '/blog'
]
]
];