Initial commit: Basic Grav CMS structure with Hello World page

This commit is contained in:
2025-10-10 18:26:39 -05:00
parent 30690f2dd8
commit 26c3eb47f2
17 changed files with 83 additions and 0 deletions

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

@@ -0,0 +1,40 @@
absolute_urls: false
home:
alias: '/home'
pages:
theme: antimatter
markdown:
extra: true
process:
markdown: true
twig: false
cache:
enabled: true
check:
method: file
driver: auto
prefix: 'g'
twig:
cache: true
debug: true
auto_reload: true
undefined_functions: true
undefined_filters: true
register_factories: false
assets:
css_pipeline: false
css_minify: true
css_rewrite: true
js_pipeline: false
js_minify: true
debugger:
enabled: false
twig: true
shutdown:
close_connection: true