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,32 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/r2c.net/system/config/site.yaml',
'modified' => 1529476888,
'data' => [
'title' => 'Grav',
'default_lang' => 'en',
'author' => [
'name' => 'John Appleseed',
'email' => 'john@example.com'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'My Grav Site'
],
'summary' => [
'enabled' => true,
'format' => 'short',
'size' => 300,
'delimiter' => '==='
],
'redirects' => NULL,
'routes' => NULL,
'blog' => [
'route' => '/blog'
]
]
];