-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
54 lines (47 loc) · 870 Bytes
/
_config.yml
File metadata and controls
54 lines (47 loc) · 870 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
title: BSML
timezone: Europe/Rome
url: https://bsmachinelearning.com
markdown: kramdown
permalink: pretty
future: true
collections:
projects:
output: true
permalink: /projects/:name/
events:
output: true
permalink: /events/:name/
hackathons:
output: true
permalink: /hackathons/:name/
theses:
output: true
permalink: /theses/:name/
spotlights:
output: false
# Auto-apply layouts to collection items (uses filenames in _layouts/)
defaults:
- scope:
path: ""
type: "projects"
values:
layout: project
- scope:
path: ""
type: "events"
values:
layout: event
- scope:
path: ""
type: "hackathons"
values:
layout: hackathon
- scope:
path: ""
type: "theses"
values:
layout: thesis
exclude:
- node_modules
- README*
- flake*