first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?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'
|
||||
]
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user