-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
140 lines (125 loc) · 2.58 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
title: Codesync
description: > # this means to ignore newlines until "baseurl:"
Codesync conferences website
baseurl: "/jekyll-codesync-global"
url: "https://esl.github.io" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
logo: "./assets/images/icon-large.png"
social:
name: Codesync
link: "https://twitter.com/xxxxxx"
# google_site_verification: googleXXXXXXXXXXXXXXXX.html
include: []
####################################
########### Plugins ###########
####################################
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate
- jekyll-commonmark
# - jekyll-include-cache
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: https://twitter.com/xxxxxxx
username: xxxxxxxxx
card: image
####################################
########### Pagination ###########
####################################
paginate: 12
paginate_path: "/media/page:num/"
# Build settings
# markdown: kramdown
+ markdown: CommonMark
+ commonmark:
+ options: ["SMART", "FOOTNOTES"]
+ extensions: ["strikethrough", "autolink", "table"]
permalink: pretty
collections:
speakers_db:
output: true
sort_by: relevance
speakers:
output: true
sort_by: relevance
trainers:
output: true
sort_by: relevance
trainings:
output: true
sort_by: relevance
talks:
output: true
posts:
output: true
diversity_programs:
output: true
conferences:
output: true
sort_by: date
tickets:
output: true
testimonials:
output: true
sponsors_db:
output: true
sponsors:
output: true
conference:
output: true
conference_brands:
output: true
defaults:
-
scope:
path: ""
type: speakers
values:
layout: speaker
-
scope:
path: ""
type: conferences
values:
layout: conference
-
scope:
path: "trainings"
type: conferences
values:
layout: conferenceTrainings
-
scope:
path: ""
type: trainings
values:
layout: training
-
scope:
path: ""
type: talks
values:
layout: talk
-
scope:
path: ""
type: posts
values:
layout: post
-
scope:
path: ""
values:
layout: default
# Google Map JS api
# This is my api for this template
key-api: xxxxxx
map-text: xxxxxx
map-text-location: xxxxxx
map-lat: xxxxxx
map-lng: xxxxxx
# Incremental regeneration helps shorten build times
# incremental: true