generated from cityofaustin/accd-planner-microsite-template-pec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
130 lines (129 loc) · 2.91 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
title: "2024 Settlement Club Garage & Estate Sale"
description: Your one-stop shop for planning your event at the Austin Convention Center
url: //2024-settlement-club.palmereventscenter.com
start_date: 2024-10-30
end_date: 2024-11-04
preliminary_floor_plan_deadline: 2024-09-25
digital_sign_submission_deadline: 2024-10-11
incentive_rate_deadline: 2024-09-25
utility_coordinator:
name: Teddy Kim, CEM
email: [email protected]
phone: 5124044225
it_coordinator:
name: Joel Baumwart
email: [email protected]
phone: 5124044036
theme:
remote_theme: cityofaustin/[email protected]
searchable: true
printable: true
collections_dir: collections
collections:
posts:
output: false
section_order: 0
event_planning:
output: true
name: Event Planning, Checklist & Budget
section_order: 1
services_and_amenities:
output: true
name: PEC Services & Amenities
section_order: 2
event_operations_team:
output: true
name: PEC Event Operations Team
section_order: 3
event_insurance:
output: true
name: Event Insurance
section_order: 4
event_invoice:
output: true
name: Event Invoice
section_order: 5
utilities:
output: true
name: Utilities
section_order: 6
technology:
output: true
name: Technology
section_order: 7
food_and_beverage:
output: true
name: F&B / Catering
section_order: 8
safety_and_security:
output: true
name: Safety & Security
section_order: 9
room_specifications:
output: true
name: Room Specifications
section_order: 10
move_in_move_out:
output: true
name: Move In/Show/Move out
section_order: 11
equipment_labor_changeovers:
output: true
name: Equipment, Labor and Changeovers
section_order: 12
signage_rigging_decorations:
output: true
name: Signage, Rigging and decorations
section_order: 13
digital_signage_branding:
output: true
name: Digital Signage/Branding
section_order: 14
service_yard:
output: true
name: Service Yard
section_order: 15
parking:
output: true
name: Parking
section_order: 16
contractors:
output: true
name: General Service Contractor Information
section_order: 17
exhibitor_guides:
output: true
name: Exhibitor Guidelines & Tools
section_order: 18
building_measurements:
output: true
name: Building Measurements
section_order: 19
downloadable_resources:
output: true
name: Downloadable Resources
section_order: 20
permalink: pretty
defaults:
-
scope:
path: "collections/*/*.md"
values:
layout: "default"
permalink: /:collection/:title
-
scope:
path: "collections/*/index.md"
values:
layout: "section"
permalink: /:collection
-
scope:
path: "index.md"
values:
layout: "homepage"
-
scope:
path: "pdf.md"
values:
layout: "pdf"