fisrt commit'

This commit is contained in:
2018-05-24 18:51:55 +02:00
commit 906f96a15e
3463 changed files with 425820 additions and 0 deletions
@@ -0,0 +1,30 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/anissabensalah.net/user/config/site.yaml',
'modified' => 1527177830,
'data' => [
'title' => 'Anissa bensalah',
'default_lang' => 'fr',
'author' => [
'name' => 'Kevin Tessier',
'email' => 'kevin@figureslibres.io'
],
'taxonomies' => [
0 => 'category',
1 => 'tag'
],
'metadata' => [
'description' => 'Le site anissabensalah.net est développé avec le CMS Grav par Kévin Tessier (FiguresLibres)'
],
'summary' => [
'enabled' => false,
'format' => 'long',
'size' => 200,
'delimiter' => '==='
],
'blog' => [
'route' => '/blog'
]
]
];