Files
r2c/cache/compiled/files/a4dcfeea3ef7b70ce1f094089fac8c24.yaml.php
T
2018-07-02 10:20:38 +02:00

33 lines
811 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/r2c.net/system/config/site.yaml',
'modified' => 1529476888,
'data' => [
'title' => 'Grav',
'default_lang' => 'en',
'author' => [
'name' => 'John Appleseed',
'email' => 'john@example.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'
]
]
];