first commit

This commit is contained in:
2019-03-28 17:57:56 +01:00
commit b0e25fd66f
561 changed files with 56803 additions and 0 deletions

7
user/config/site.yaml Normal file
View File

@@ -0,0 +1,7 @@
title: Grav
author:
name: Joe Bloggs
email: 'joe@example.com'
metadata:
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'

45
user/config/system.yaml Normal file
View File

@@ -0,0 +1,45 @@
absolute_urls: false
home:
alias: '/home'
pages:
theme: quark
markdown:
extra: false
process:
markdown: true
twig: false
cache:
enabled: true
check:
method: file
driver: auto
prefix: 'g'
twig:
cache: true
debug: true
auto_reload: true
autoescape: false
assets:
css_pipeline: false
css_minify: true
css_rewrite: true
js_pipeline: false
js_minify: true
errors:
display: true
log: true
debugger:
enabled: false
twig: true
shutdown:
close_connection: true
gpm:
releases: stable
verify_peer: true