135111617e30a0ce689972ce4148badf.yaml.php 801 B

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/system/config/site.yaml',
  5. 'modified' => 1591823779,
  6. 'data' => [
  7. 'title' => 'Grav',
  8. 'default_lang' => 'en',
  9. 'author' => [
  10. 'name' => 'John Appleseed',
  11. 'email' => 'john@example.com'
  12. ],
  13. 'taxonomies' => [
  14. 0 => 'category',
  15. 1 => 'tag'
  16. ],
  17. 'metadata' => [
  18. 'description' => 'My Grav Site'
  19. ],
  20. 'summary' => [
  21. 'enabled' => true,
  22. 'format' => 'short',
  23. 'size' => 300,
  24. 'delimiter' => '==='
  25. ],
  26. 'redirects' => NULL,
  27. 'routes' => NULL,
  28. 'blog' => [
  29. 'route' => '/blog'
  30. ]
  31. ]
  32. ];