This commit is contained in:
2018-08-24 16:52:17 +02:00
parent c3b59bceee
commit e5b6624bb5
176 changed files with 12363 additions and 564 deletions
@@ -2,7 +2,7 @@
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml',
'modified' => 1534765162,
'modified' => 1534926821,
'data' => [
'absolute_urls' => false,
'param_sep' => ':',
@@ -18,8 +18,8 @@ return [
'translations' => true,
'translations_fallback' => true,
'session_store_active' => false,
'http_accept_language' => false,
'override_locale' => false
'http_accept_language' => true,
'override_locale' => true
],
'home' => [
'alias' => '/projets',
@@ -51,7 +51,7 @@ return [
],
'markdown' => [
'extra' => false,
'auto_line_breaks' => false,
'auto_line_breaks' => true,
'auto_url_links' => false,
'escape_markup' => false,
'special_chars' => [
@@ -167,6 +167,10 @@ return [
'method' => 'auto',
'verify_peer' => true,
'official_gpm_only' => true
],
'strict_mode' => [
'yaml_compat' => true,
'twig_compat' => true
]
]
];