forked from DataTalksClub/datatalksclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
47 lines (43 loc) · 813 Bytes
/
_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
theme: jekyll-theme-cayman
url: https://datatalks.club
google_analytics: G-7NPZ94MHEC
name: DataTalks.Club
twitter: '@DataTalksClub'
permalink: /blog/:title.html
exclude:
- Gemfile
- Gemfile.lock
- node_modules/
- README.md
- previews/
- scripts/
- env/
collections:
books:
output: true
permalink: /:collection/:title.html
people:
output: true
permalink: /:collection/:title.html
conferences:
output: true
permalink: /:collection/:title.html
podcast:
output: true
permalink: /:collection/:title.html
defaults:
- scope:
path: ""
type: "people"
values:
layout: "author"
- scope:
path: ""
type: "books"
values:
layout: "book"
- scope:
path: ""
type: "podcast"
values:
layout: "podcast"