-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
89 lines (74 loc) · 1.69 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Site configuration
title: Festival GongFuCha
tagline: les 27, 28 et 29 juin 2025 au parc aux bambous à Lapenne (09)
description: Trois journées pour faire le plein d'inspiration et rencontrer la culture Chinoise du Thé.
logo: /assets/images/twittercard.png
url: https://festival.gongfucha.fr
repository: brutdethe/festival-gongfucha
destination: _site
locale: fr_FR
logo:
lazyload:
placeholder: "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
# Est-ce qu'on vend des places à tarif plein, est-ce qu'on propose une liste d'attente ou les deux ?
tickets:
selling: true
waiting-list: false
# Compression du code HTML en production
compress_html:
ignore:
envs:
- 'development'
## SEO
robots: index,follow
# Services configuration
weezevent:
mini-site-url: https://www.weezevent.com/
newsletter:
url: https://xn--brutdeth-i1a.us13.list-manage.com/subscribe/post?u=be5121dbaede051661a4c802c&id=db43bcc38d&f_id=002e8ce2f0
# Jekyll configuration
timezone: Europe/Paris
sass:
sass_dir: _sass
style: compressed
collections:
talks:
output: false
order: date asc
permalink: /talks/:path/
sitemap: false
defaults:
-
scope:
path: "pages"
type: pages
values:
locale: fr_FR
layout: default
microtypo:
median: true
include:
- _headers
exclude:
- .editorconfig
- .gitattributes
- .gitignore
- .ruby-version
- .travis.yml
- autoprefixer.yml
- Gemfile
- Gemfile.lock
- Procfile
- script
- vendor
- gems
- tmp
- LICENSE
- README.md
- notes-integration.md
- script
- "Rakefile"
- "gulpfile.js"
- "node_modules"
- "package.json"
- "package-lock.json"