This commit is contained in:
2018-05-28 13:01:13 +02:00
parent 906f96a15e
commit 2de92c908b
163 changed files with 13425 additions and 79 deletions
@@ -0,0 +1,21 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => 'themes://anissabensalah/anissabensalah.yaml',
'modified' => 1527502649,
'data' => [
'enabled' => true,
'production-mode' => true,
'grid-size' => 'grid-lg',
'header-fixed' => true,
'header-animated' => true,
'header-dark' => false,
'header-transparent' => false,
'sticky-footer' => true,
'blog-page' => '/blog',
'spectre' => [
'exp' => false,
'icons' => false
]
]
];