31 lines
813 B
PHP
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'
|
|
]
|
|
]
|
|
];
|