-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path_config.yml
More file actions
58 lines (55 loc) · 1017 Bytes
/
_config.yml
File metadata and controls
58 lines (55 loc) · 1017 Bytes
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
theme: jekyll-theme-cayman
url: https://datatalks.club
name: DataTalks.Club
title: DataTalks.Club
twitter: '@DataTalksClub'
permalink: /blog/:title.html
exclude:
- Gemfile
- Gemfile.lock
- node_modules/
- README.md
- previews/
- scripts/
- env/
- .github/
- _docx
- Pipfile
- Pipfile.lock
- Makefile
- .gitignore
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
courses:
output: true
permalink: /:collection/:title.html
tools:
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"