-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (54 loc) · 1.1 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
title: BCIA 38
email: info@lilotbad.fr
toplogo: logo.png
description: >- # this means to ignore newlines until "baseurl:"
Pratique de bad pour tous niveaux à l'Isle d'Abeau
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bcia.lilotbad.fr" # the base hostname & protocol for your site, e.g. http://example.com
facebook_username: bcia38
instagram_username: bcia38
rss: RSS
google_analytics_id: #UA-XXXX-Y
google_maps_javascript_api_key: "YOUR_GOOGLE_MAPS_API_KEY"
# Build settings
excerpt_separator: <!--more-->
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
exclude:
- README.md
- CODE_OF_CONDUCT.md
collections:
- members
- teams
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "pages"
values:
layout: "page"
- scope:
path: ""
type: "member"
values:
layout: "member"
- scope:
path: ""
type: "teams"
values:
layout: "team"
- scope:
path: ""
type: "lilotbad"
values:
layout: "lilotbad"
- scope:
path: ""
values:
layout: "default"