Files
r2c/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php
T
2018-07-11 17:35:54 +02:00

31 lines
739 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/config/site.yaml',
'modified' => 1530713574,
'data' => [
'title' => 'r2c',
'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'
]
]
];