Files
hehe/cache/compiled/files/98093754a5b8e5f2c5c5a74dda1ca316.yaml.php
T
2018-08-01 16:42:48 +02:00

31 lines
801 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/config/site.yaml',
'modified' => 1533134345,
'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'
]
]
];