Skip to content

Commit

Permalink
✅ initial commit
Browse files Browse the repository at this point in the history
✅ initial commit
  • Loading branch information
matsxm committed Apr 1, 2016
1 parent 4799934 commit 46bd598
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/plugins/email.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
enabled: true
from: your@email.here
to: your@email.here
mailer:
engine: mail
smtp:
server: localhost
port: 25
encryption: none
user: ''
password: ''
sendmail:
bin: '/usr/sbin/sendmail'
7 changes: 7 additions & 0 deletions config/site.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: Tintamarre
author:
name: MATsxm for CaribThemes
email: 'contact@caribthemes.io'
gravatar: mat@idimweb.com
metadata:
description: 'A FREE responsive Theme based on Bootstrap & ported to Grav by CaribThemes.'
115 changes: 115 additions & 0 deletions config/system.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
absolute_urls: false
timezone: America/St_Barthelemy
param_sep: ':'
wrapped_site: false
reverse_proxy_setup: false
languages:
supported:
- en
- fr
include_default_lang: true
translations: true
translations_fallback: true
session_store_active: false
http_accept_language: false
override_locale: false
home:
alias: /home
hide_in_urls: false
pages:
theme: tintamarre
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
events:
page: true
twig: true
markdown:
extra: false
auto_line_breaks: false
auto_url_links: false
escape_markup: false
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: false
redirect_default_code: '301'
redirect_trailing_slash: true
ignore_files:
- .DS_Store
ignore_folders:
- .git
- .idea
ignore_hidden: true
url_taxonomy_filters: true
markdown_extra: false
cache:
enabled: true
check:
method: file
driver: auto
prefix: g
lifetime: 604800
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_minify: true
css_minify_windows: false
css_rewrite: true
js_pipeline: false
js_minify: true
enable_asset_timestamp: false
collections:
jquery: 'system://assets/jquery/jquery-2.x.min.js'
errors:
display: true
log: true
debugger:
enabled: false
shutdown:
close_connection: true
twig: true
images:
default_image_quality: 85
cache_all: false
cache_perms: '0755'
debug: false
media:
enable_media_timestamp: false
upload_limit: 0
session:
enabled: true
timeout: 50000
name: grav-site
secure: false
httponly: true

0 comments on commit 46bd598

Please sign in to comment.