install gulp + reset

This commit is contained in:
2018-07-02 10:20:38 +02:00
parent 967f6c0e3e
commit 5dd9b69860
8369 changed files with 795362 additions and 210 deletions
@@ -0,0 +1,21 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => 'themes://r2c/r2c.yaml',
'modified' => 1529476890,
'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
]
]
];