addscss
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
title: Grav
|
||||
title: 'Le campus'
|
||||
default_lang: fr
|
||||
author:
|
||||
name: Joe Bloggs
|
||||
email: 'joe@example.com'
|
||||
name: 'Joe Bloggs'
|
||||
email: joe@example.com
|
||||
taxonomies:
|
||||
- category
|
||||
- tag
|
||||
metadata:
|
||||
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'
|
||||
|
||||
description: 'Grav is an easy to use, yet powerful, open source flat-file CMS'
|
||||
summary:
|
||||
enabled: true
|
||||
format: short
|
||||
size: 300
|
||||
delimiter: '==='
|
||||
blog:
|
||||
route: /blog
|
||||
|
@@ -1,17 +1,13 @@
|
||||
absolute_urls: false
|
||||
timezone: ''
|
||||
default_locale: null
|
||||
param_sep: ':'
|
||||
wrapped_site: false
|
||||
reverse_proxy_setup: false
|
||||
force_ssl: false
|
||||
force_lowercase_urls: true
|
||||
custom_base_url: ''
|
||||
username_regex: '^[a-z0-9_-]{3,16}$'
|
||||
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||
intl_enabled: true
|
||||
languages:
|
||||
supported: { }
|
||||
include_default_lang: true
|
||||
translations: true
|
||||
translations_fallback: true
|
||||
@@ -29,7 +25,6 @@ pages:
|
||||
list:
|
||||
count: 20
|
||||
dateformat:
|
||||
default: null
|
||||
short: 'jS M Y'
|
||||
long: 'F jS \a\t g:ia'
|
||||
publish_dates: true
|
||||
@@ -43,7 +38,7 @@ pages:
|
||||
twig: true
|
||||
markdown:
|
||||
extra: false
|
||||
auto_line_breaks: false
|
||||
auto_line_breaks: true
|
||||
auto_url_links: false
|
||||
escape_markup: false
|
||||
special_chars:
|
||||
@@ -57,9 +52,7 @@ pages:
|
||||
- json
|
||||
- rss
|
||||
- atom
|
||||
append_url_extension: ''
|
||||
expires: 604800
|
||||
cache_control: null
|
||||
last_modified: false
|
||||
etag: false
|
||||
vary_accept_encoding: false
|
||||
@@ -89,8 +82,6 @@ cache:
|
||||
lifetime: 604800
|
||||
gzip: false
|
||||
allow_webserver_gzip: false
|
||||
redis:
|
||||
socket: false
|
||||
twig:
|
||||
cache: false
|
||||
debug: true
|
||||
@@ -129,8 +120,6 @@ images:
|
||||
auto_fix_orientation: false
|
||||
media:
|
||||
enable_media_timestamp: false
|
||||
unsupported_inline_types: { }
|
||||
allowed_fallback_types: { }
|
||||
auto_metadata_exif: false
|
||||
upload_limit: 2097152
|
||||
session:
|
||||
@@ -141,10 +130,8 @@ session:
|
||||
secure: false
|
||||
httponly: true
|
||||
split: true
|
||||
path: null
|
||||
gpm:
|
||||
releases: stable
|
||||
proxy_url: null
|
||||
method: auto
|
||||
verify_peer: true
|
||||
official_gpm_only: true
|
||||
|
Reference in New Issue
Block a user