-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
138 lines (137 loc) · 3.16 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
130
131
132
133
134
135
136
137
title: "Empower Brands 2025 Annual Meeting"
description: Your one-stop shop for planning your event at the Austin Convention Center
url: //empower-brands-2025-annual-meeting.austinconventioncenter.com
start_date: 2025-02-19
end_date: 2025-02-19
preliminary_floor_plan_deadline: 2025-01-18
digital_sign_submission_deadline: 2025-02-03
incentive_rate_deadline: 2025-01-18
security_coordinator:
name: Marcela Lopes
email: marcela.lopes@austintexas.gov
phone: 5124044120
sales_manager:
name: Tina Travers, CMP
email: tina.travers@austintexas.gov
phone: 5124044240
it_coordinator:
name: Crystal Rivera
email: crystal.rivera@austintexas.gov
phone: 5124044027
theme:
remote_theme: cityofaustin/jekyll-theme-kocurek@v1.0
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
exclusive_services:
output: true
name: Exclusive Services
section_order: 2
services_and_amenities:
output: true
name: Services & Amenities
section_order: 3
event_operations_team:
output: true
name: ACC Event Operations Team
section_order: 4
event_insurance:
output: true
name: Event Insurance
section_order: 5
event_invoice:
output: true
name: Event Invoice
section_order: 6
utilities:
output: true
name: Utilities
section_order: 7
technology:
output: true
name: Technology
section_order: 8
food_and_beverage:
output: true
name: F&B / Catering
section_order: 9
safety_and_security:
output: true
name: Safety & Security
section_order: 10
room_specifications:
output: true
name: Room Specifications
section_order: 11
move_in_move_out:
output: true
name: Move In/Show/Move out
section_order: 12
equipment_labor_and_changeovers:
output: true
name: Equipment, Labor and Changeovers
section_order: 13
signage_rigging_and_decorations:
output: true
name: Signage, Rigging and decorations
section_order: 14
digital_sponsorship_and_branding:
output: true
name: Digital Sponsorship/Branding
section_order: 15
service_yard:
output: true
name: Service Yard
section_order: 16
parking:
output: true
name: Parking
section_order: 17
general_service_contractors:
output: true
name: General Service Contractor Information
section_order: 18
exhibitor_guidelines_and_tools:
output: true
name: Exhibitor Guidelines & Tools
section_order: 19
building_measurements:
output: true
name: Building Measurements
section_order: 20
downloadable_resources:
output: true
name: Downloadable Resources
section_order: 21
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"