Files
hehe.org/cache/compiled/files/d2954456dfec619386ca7550ba99a6e6.yaml.php
2020-06-11 16:42:43 +02:00

31 lines
790 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/var/www/html/user/config/site.yaml',
'modified' => 1591823173,
'data' => [
'title' => 'HeHe',
'default_lang' => 'en',
'author' => [
'name' => 'Joe Bloggs',
'email' => 'joe@example.com'
],
'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'
]
]
];