first commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
enabled: true
|
||||
built_in_css: true
|
||||
untranslated_pages_behavior: redirect
|
||||
@@ -0,0 +1,7 @@
|
||||
enabled: true
|
||||
built_in_css: true
|
||||
level_classes:
|
||||
- yellow
|
||||
- red
|
||||
- blue
|
||||
- green
|
||||
@@ -0,0 +1,141 @@
|
||||
enabled: true
|
||||
link: false
|
||||
built_in_css: true
|
||||
built_in_js: true
|
||||
media:
|
||||
width: 640
|
||||
height: 390
|
||||
adjust: true
|
||||
preview: true
|
||||
responsive: true
|
||||
protocol: 'http://'
|
||||
services:
|
||||
SoundCloud:
|
||||
enabled: true
|
||||
type: rich
|
||||
example: 'https://soundcloud.com/semiseria/verruckert-ausschnitt'
|
||||
url: 'w.soundcloud.com/player/?url=http://api.soundcloud.com/tracks/{:id}'
|
||||
canonical: 'http://soundcloud.com/{:id}'
|
||||
endpoint: 'http://soundcloud.com/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'soundcloud.com/*'
|
||||
- 'soundcloud.com/*/*'
|
||||
- 'soundcloud.com/*/sets/*'
|
||||
- 'soundcloud.com/groups/*'
|
||||
- 'snd.sc/*'
|
||||
params:
|
||||
auto_play: false
|
||||
buying: true
|
||||
download: true
|
||||
hide_related: false
|
||||
liking: true
|
||||
sharing: true
|
||||
show_artwork: true
|
||||
show_comments: true
|
||||
show_playcount: true
|
||||
show_user: true
|
||||
visual: false
|
||||
Spotify:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'http://open.spotify.com/track/{:id}'
|
||||
endpoint: 'https://embed.spotify.com/oembed/?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'open.spotify.com/track/*'
|
||||
- 'spoti.fi/*'
|
||||
Flickr:
|
||||
enabled: true
|
||||
type: photo
|
||||
canonical: 'http://www.flickr.com/photos/{:id}'
|
||||
endpoint: 'http://flickr.com/services/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'flickr.com/photos/*'
|
||||
- 'flic.kr/*'
|
||||
Imgur:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'http://imgur.com/gallery/{:id}'
|
||||
endpoint: 'http://api.imgur.com/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'imgur.com/gallery/*'
|
||||
- 'imgur.com/a/*'
|
||||
- 'imgur.com/*'
|
||||
Instagram:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'http://instagram.com/p/{:id}'
|
||||
endpoint: 'http://api.instagram.com/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'instagr.am/p/*'
|
||||
- 'instagram.com/p/*'
|
||||
Dailymotion:
|
||||
enabled: true
|
||||
type: video
|
||||
url: 'www.dailymotion.com/embed/video/{:id}'
|
||||
canonical: 'http://dailymotion.com/video/{:id}'
|
||||
endpoint: 'http://www.dailymotion.com/services/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'dailymotion.com/video/*'
|
||||
- 'dailymotion.com/*/video/*'
|
||||
- 'dai\.ly/*'
|
||||
params:
|
||||
quality: 1080
|
||||
YouTube:
|
||||
enabled: true
|
||||
type: video
|
||||
url: 'www.youtube.com/embed/{:id}'
|
||||
canonical: 'http://www.youtube.com/watch?v={:id}'
|
||||
endpoint: 'http://www.youtube.com/oembed?url={:canonical}&format=json'
|
||||
schemes:
|
||||
- 'youtube.com/watch?*v=*'
|
||||
- 'youtube.com/embed/*'
|
||||
- 'youtube.com/v/*'
|
||||
- 'youtube.com/?*v=*'
|
||||
- 'youtu.be/*'
|
||||
params:
|
||||
autoplay: 0
|
||||
modestbranding: 1
|
||||
theme: light
|
||||
Vimeo:
|
||||
enabled: true
|
||||
type: video
|
||||
url: 'player.vimeo.com/video/{:id}'
|
||||
canonical: 'https://vimeo.com/{:id}'
|
||||
endpoint: 'http://vimeo.com/api/oembed.json?url={:canonical}'
|
||||
schemes:
|
||||
- 'vimeo.com/*'
|
||||
- 'vimeo.com/channels/*/*'
|
||||
- 'vimeo.com/groups/*/videos/*'
|
||||
params:
|
||||
autoplay: 0
|
||||
Github:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'https://gist.github.com/{:id}'
|
||||
endpoint: 'https://gist.github.com/{:id}.json'
|
||||
schemes:
|
||||
- 'gist.github.com/*'
|
||||
- 'gist.github.com/*/*'
|
||||
- 'gist.github.com/*?*'
|
||||
Slides:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'http://slides.com/{:id}'
|
||||
endpoint: 'http://slides.com/{:id}'
|
||||
schemes:
|
||||
- 'slides.com/*'
|
||||
- 'slid.es/*'
|
||||
params:
|
||||
style: light
|
||||
width: 1920
|
||||
height: 1400
|
||||
Twitter:
|
||||
enabled: true
|
||||
type: rich
|
||||
canonical: 'https://twitter.com/{:id}'
|
||||
endpoint: 'https://api.twitter.com/1/statuses/oembed.json?url={:canonical}'
|
||||
schemes:
|
||||
- 'twitter.com/*'
|
||||
- 'twitter.com/*/*'
|
||||
GitHub:
|
||||
enabled: true
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
enabled: true
|
||||
active: true
|
||||
@@ -0,0 +1,6 @@
|
||||
enabled: true
|
||||
assets_in_meta: true
|
||||
gallery_theme: default
|
||||
gallery_div_id: unite-gallery
|
||||
thumb_width: 600
|
||||
thumb_height: 600
|
||||
@@ -0,0 +1 @@
|
||||
salt: ZJijUxdDontm4k
|
||||
@@ -0,0 +1,17 @@
|
||||
title: 'SITE.TITLE'
|
||||
default_lang: fr
|
||||
author:
|
||||
name: 'Kevin Tessier'
|
||||
email: kevin@figureslibres.io
|
||||
taxonomies:
|
||||
- category
|
||||
- tag
|
||||
metadata:
|
||||
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
|
||||
@@ -0,0 +1,142 @@
|
||||
absolute_urls: false
|
||||
param_sep: ':'
|
||||
wrapped_site: false
|
||||
reverse_proxy_setup: false
|
||||
force_ssl: false
|
||||
force_lowercase_urls: true
|
||||
username_regex: '^[a-z0-9_-]{3,16}$'
|
||||
pwd_regex: '(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}'
|
||||
intl_enabled: true
|
||||
languages:
|
||||
supported:
|
||||
- en
|
||||
- fr
|
||||
include_default_lang: true
|
||||
translations: true
|
||||
translations_fallback: true
|
||||
session_store_active: true
|
||||
http_accept_language: true
|
||||
override_locale: false
|
||||
home:
|
||||
alias: /home-fr
|
||||
hide_in_urls: false
|
||||
aliases:
|
||||
en: /home-en
|
||||
fr: /home-fr
|
||||
pages:
|
||||
theme: ethica
|
||||
order:
|
||||
by: default
|
||||
dir: asc
|
||||
list:
|
||||
count: 20
|
||||
dateformat:
|
||||
short: 'jS M Y'
|
||||
long: 'F jS \a\t g:ia'
|
||||
publish_dates: true
|
||||
process:
|
||||
markdown: true
|
||||
twig: false
|
||||
twig_first: false
|
||||
never_cache_twig: false
|
||||
events:
|
||||
page: true
|
||||
twig: true
|
||||
markdown:
|
||||
extra: false
|
||||
auto_line_breaks: false
|
||||
auto_url_links: true
|
||||
escape_markup: true
|
||||
special_chars:
|
||||
'>': gt
|
||||
'<': lt
|
||||
types:
|
||||
- txt
|
||||
- xml
|
||||
- html
|
||||
- htm
|
||||
- json
|
||||
- rss
|
||||
- atom
|
||||
expires: 604800
|
||||
last_modified: false
|
||||
etag: false
|
||||
vary_accept_encoding: false
|
||||
redirect_default_route: true
|
||||
redirect_default_code: '302'
|
||||
redirect_trailing_slash: true
|
||||
ignore_files:
|
||||
- .DS_Store
|
||||
ignore_folders:
|
||||
- .git
|
||||
- .idea
|
||||
ignore_hidden: true
|
||||
url_taxonomy_filters: true
|
||||
frontmatter:
|
||||
process_twig: false
|
||||
ignore_fields:
|
||||
- form
|
||||
- forms
|
||||
cache:
|
||||
enabled: false
|
||||
check:
|
||||
method: file
|
||||
driver: auto
|
||||
prefix: g
|
||||
clear_images_by_default: true
|
||||
cli_compatibility: false
|
||||
lifetime: 604800
|
||||
gzip: false
|
||||
allow_webserver_gzip: false
|
||||
twig:
|
||||
cache: true
|
||||
debug: true
|
||||
auto_reload: true
|
||||
autoescape: false
|
||||
undefined_functions: true
|
||||
undefined_filters: true
|
||||
umask_fix: false
|
||||
assets:
|
||||
css_pipeline: false
|
||||
css_pipeline_include_externals: true
|
||||
css_pipeline_before_excludes: true
|
||||
css_minify: true
|
||||
css_minify_windows: false
|
||||
css_rewrite: true
|
||||
js_pipeline: false
|
||||
js_pipeline_include_externals: true
|
||||
js_pipeline_before_excludes: true
|
||||
js_minify: true
|
||||
enable_asset_timestamp: false
|
||||
collections:
|
||||
jquery: 'system://assets/jquery/jquery-2.x.min.js'
|
||||
errors:
|
||||
display: '1'
|
||||
log: true
|
||||
debugger:
|
||||
enabled: false
|
||||
shutdown:
|
||||
close_connection: true
|
||||
twig: true
|
||||
images:
|
||||
default_image_quality: 85
|
||||
cache_all: false
|
||||
cache_perms: '0755'
|
||||
debug: false
|
||||
auto_fix_orientation: false
|
||||
media:
|
||||
enable_media_timestamp: false
|
||||
auto_metadata_exif: false
|
||||
upload_limit: 2097152
|
||||
session:
|
||||
enabled: true
|
||||
timeout: 1800
|
||||
name: grav-site
|
||||
secure: false
|
||||
httponly: true
|
||||
split: true
|
||||
gpm:
|
||||
releases: stable
|
||||
method: auto
|
||||
verify_peer: true
|
||||
official_gpm_only: true
|
||||
Reference in New Issue
Block a user