Initial commit
This commit is contained in:
27
config/site.yaml
Normal file
27
config/site.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
# Grav Site Configuration
|
||||
# /user/config/site.yaml
|
||||
|
||||
title: EU Media Guide CMS
|
||||
default_lang: en
|
||||
|
||||
author:
|
||||
name: Admin
|
||||
email: admin@example.com
|
||||
|
||||
metadata:
|
||||
description: Multilingual Media Guide Content Management System
|
||||
|
||||
taxonomies:
|
||||
- category
|
||||
- tag
|
||||
- exhibition
|
||||
- station_type
|
||||
|
||||
# Custom fields for the media guide
|
||||
mediaguide:
|
||||
exhibitions: []
|
||||
station_types:
|
||||
- intro
|
||||
- exhibit
|
||||
- information
|
||||
- navigation
|
||||
73
config/system.yaml
Normal file
73
config/system.yaml
Normal file
@@ -0,0 +1,73 @@
|
||||
# Grav System Configuration
|
||||
# /user/config/system.yaml
|
||||
|
||||
languages:
|
||||
supported:
|
||||
# EU Protocol Order (alphabetical by native name)
|
||||
- bg # български (Bulgarian)
|
||||
- es # español (Spanish)
|
||||
- cs # čeština (Czech)
|
||||
- da # dansk (Danish)
|
||||
- de # Deutsch (German)
|
||||
- et # eesti (Estonian)
|
||||
- el # ελληνικά (Greek)
|
||||
- en # English
|
||||
- fr # français (French)
|
||||
- ga # Gaeilge (Irish)
|
||||
- hr # hrvatski (Croatian)
|
||||
- it # italiano (Italian)
|
||||
- lv # latviešu (Latvian)
|
||||
- lt # lietuvių (Lithuanian)
|
||||
- hu # magyar (Hungarian)
|
||||
- mt # Malti (Maltese)
|
||||
- nl # Nederlands (Dutch)
|
||||
- pl # polski (Polish)
|
||||
- pt # português (Portuguese)
|
||||
- ro # română (Romanian)
|
||||
- sk # slovenčina (Slovak)
|
||||
- sl # slovenščina (Slovenian)
|
||||
- fi # suomi (Finnish)
|
||||
- sv # svenska (Swedish)
|
||||
default_lang: en
|
||||
include_default_lang: true
|
||||
translations: true
|
||||
translations_fallback: true
|
||||
session_store_active: false
|
||||
http_accept_language: true
|
||||
override_locale: false
|
||||
|
||||
pages:
|
||||
theme: quark
|
||||
markdown:
|
||||
extra: true
|
||||
types:
|
||||
- txt
|
||||
- xml
|
||||
- html
|
||||
- htm
|
||||
- json
|
||||
- rss
|
||||
- atom
|
||||
|
||||
cache:
|
||||
enabled: false # Disable during development
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: 'g'
|
||||
lifetime: 604800
|
||||
|
||||
debugger:
|
||||
enabled: false
|
||||
shutdown:
|
||||
close_connection: true
|
||||
|
||||
twig:
|
||||
cache: false # Disable during development
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
|
||||
assets:
|
||||
css_pipeline: false
|
||||
js_pipeline: false
|
||||
Reference in New Issue
Block a user