import from la bonne adresse and first refactoring for ouidade.com
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
title: Ouidade Soussi Chiadmi # Name of the site
|
||||
|
||||
subtitle: Photographie
|
||||
|
||||
adresse:
|
||||
email: contact@ouidade.com
|
||||
|
||||
|
||||
author:
|
||||
name: Bachir Soussi Chiadmi # Default author name
|
||||
# email: 'john@email.com' # Default author email
|
||||
|
||||
taxonomies: [tag, category, client] # Arbitrary list of taxonomy types
|
||||
#[édition,édition jeunesse,art,identité visuelle,signalétique,évènement
|
||||
|
||||
metadata:
|
||||
description: 'Photographie' # Site description
|
||||
|
||||
summary:
|
||||
enabled: true # enable or disable summary of page
|
||||
format: short # long = summary delimiter will be ignored; short = use the first occurrence of delimiter or size
|
||||
size: 300 # Maximum length of summary (characters)
|
||||
delimiter: === # The summary delimiter
|
||||
|
||||
# redirects:
|
||||
# /redirect-test: / # Redirect test goes to home page
|
||||
# /old/(.*): /new/$1 # Would redirect /old/my-page to /new/my-page
|
||||
#
|
||||
# routes:
|
||||
# /something/else: '/blog/sample-3' # Alias for /blog/sample-3
|
||||
# /new/(.*): '/blog/$1' # Regex any /new/my-page URL to /blog/my-page Route
|
||||
#
|
||||
# blog:
|
||||
# route: '/blog' # Custom value added (accessible via system.blog.route)
|
||||
|
||||
#menu: # Sample Menu Example
|
||||
# - text: Source
|
||||
# icon: github
|
||||
# url: https://github.com/getgrav/grav
|
||||
# - icon: twitter
|
||||
# url: http://twitter.com/getgrav
|
||||
@@ -0,0 +1,41 @@
|
||||
absolute_urls: false
|
||||
|
||||
home:
|
||||
alias: '/projets'
|
||||
|
||||
pages:
|
||||
theme: ouidade
|
||||
markdown_extra: false
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
|
||||
cache:
|
||||
enabled: false
|
||||
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
|
||||
Reference in New Issue
Block a user