Files
hehe/cache/compiled/files/0e7b23acd3ceb0b4f4cfd48e21405c33.yaml.php
T
2019-01-07 11:43:39 +01:00

31 lines
813 B
PHP

<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/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'
]
]
];