12345678910111213141516 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/mnt/data/Sites/r2c.net/user/config/site.yaml',
- 'modified' => 1529476888,
- 'data' => [
- 'title' => 'Grav',
- 'author' => [
- 'name' => 'Joe Bloggs',
- 'email' => 'joe@example.com'
- ],
- 'metadata' => [
- 'description' => 'Grav is an easy to use, yet powerful, open source flat-file CMS'
- ]
- ]
- ];
|