modif comtabilite

This commit is contained in:
2019-01-16 16:23:31 +01:00
parent 6b741a9666
commit 9312edc3ae
1844 changed files with 158848 additions and 55874 deletions
@@ -0,0 +1,30 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/home/kevin/Documents/Sites/anissabensalah.net/user/config/site.yaml',
'modified' => 1543268638,
'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'
]
]
];