123456789101112131415161718192021222324252627282930 |
- <?php
- return [
- '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
- 'filename' => '/home/kevin/Sites/static-ethica.net/user/config/site.yaml',
- 'modified' => 1519745285,
- 'data' => [
- 'title' => 'SITE.TITLE',
- 'default_lang' => 'fr',
- 'author' => [
- 'name' => 'Kevin Tessier',
- 'email' => 'kevin@figureslibres.io'
- ],
- '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'
- ]
- ]
- ];
|