Files
r2c/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php
T
2018-07-26 08:20:55 +02:00

31 lines
760 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/config/site.yaml',
'modified' => 1531325457,
'data' => [
'title' => 'Réseau de convivialité',
'default_lang' => 'en',
'author' => [
'name' => 'Kevin Tessier',
'email' => 'kevin@figureslibres.io'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'R2C'
],
'summary' => [
'enabled' => true,
'format' => 'short',
'size' => 300,
'delimiter' => '==='
],
'blog' => [
'route' => '/blog'
]
]
];