Skip to content

Commit 7ffe319

Browse files
committed
room 정보 추가
1 parent b9b4bf0 commit 7ffe319

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ collections:
3434
speakers:
3535
output: true
3636
permalink: /:collection/:title/
37+
rooms:
38+
output: true
39+
permalink: /:collection/:title/
3740

3841
defaults:
3942
- scope:
@@ -46,6 +49,11 @@ defaults:
4649
type: speakers
4750
values:
4851
layout: speaker
52+
- scope:
53+
path: ""
54+
type: rooms
55+
values:
56+
layout: room
4957

5058
# Theme default values
5159
conference:

0 commit comments

Comments
 (0)