01fd30b1704aa6c9973534495f00fcfd.yaml.php 580 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => 'themes://anissabensalah/anissabensalah.yaml',
  5. 'modified' => 1543268639,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'production-mode' => true,
  9. 'grid-size' => 'grid-lg',
  10. 'header-fixed' => true,
  11. 'header-animated' => true,
  12. 'header-dark' => false,
  13. 'header-transparent' => false,
  14. 'sticky-footer' => true,
  15. 'blog-page' => '/blog',
  16. 'spectre' => [
  17. 'exp' => false,
  18. 'icons' => false
  19. ]
  20. ]
  21. ];