2260deaf3ae01ca9adbbeaf48d659cc8.yaml.php 826 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/static-ethica.net/user/config/site.yaml',
  5. 'modified' => 1520350536,
  6. 'data' => [
  7. 'title' => 'SITE.TITLE',
  8. 'default_lang' => 'fr',
  9. 'author' => [
  10. 'name' => 'Kevin Tessier',
  11. 'email' => 'kevin@figureslibres.io'
  12. ],
  13. 'taxonomies' => [
  14. 0 => 'category',
  15. 1 => 'tag'
  16. ],
  17. 'metadata' => [
  18. 'description' => 'Grav is an easy to use, yet powerful, open source flat-file CMS'
  19. ],
  20. 'summary' => [
  21. 'enabled' => true,
  22. 'format' => 'short',
  23. 'size' => 300,
  24. 'delimiter' => '==='
  25. ],
  26. 'blog' => [
  27. 'route' => '/blog'
  28. ]
  29. ]
  30. ];