-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
150 lines (144 loc) · 4.38 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
138
139
140
141
142
143
144
145
146
147
148
149
150
---
# Site settings
site_name: Conference
site_url: https://pioneershub.github.io/conference/
site_author: [
"Alexander Hendorf",
]
site_description: >-
Template for organizing a volunteer-driven conference.
# Repository at GitHub
repo_name: PioneersHub/conference
repo_url: https://github.com/PioneersHub/conference
# Copyright for footer
copyright:
start_year: 2024
owner: Pioneers Hub gGmbH
# Event details
event:
event_name: "THE EVENT"
start_date: "23.04.2025"
end_date: "25.04.2025"
day_before: "22.04.2025"
month: "April"
year: "2025"
location: "Somewhere, Germany"
# The URL for the Call for Committee application form
contact_email: "[email protected]"
# program
cfp_open: "01.01.2025"
cfp_close: "01.02.2025"
review_deadline: "15.02.2025"
cfp_speakers_notifications: "01.03.2025"
cfp_link: "/to-be-announced/"
voting_url: "/to-be-announced/"
voting_start: "02.02.2025 12:00 CET"
voting_end: "15.25.2025 23:59 CET"
contact_program: "/to-be-announced/"
# diversity
financial_aid_open: "01.01.2025"
financial_aid_close: "01.02.2025"
financial_aid_notifications: "01.03.2025"
# committees
call_for_committee_open: "01.10.2024"
call_for_committee_close: "01.11.2024"
apply_url_committees: "/to-be-announced/"
# volunteers
call_for_volunteers_open: "01.01.2025"
call_for_volunteers_close: "01.02.2025"
apply_url_volunteers: "/to-be-announced/"
# tickets
ticket_sales_open: "01.01.2025"
ticket_sales_late_bird: "01.03.2025"
# Code of Conduct Team
coc_email: [email protected]
team_members: |
- Avery Sinclair
- Morgan Ellis
- Rowan Bennett
- Taylor Monroe
backup_team_members: |
- Jordan Reese [email protected]
- Casey Whitman [email protected]
committees:
# Committee names must match the headers in the committees.md file
# Expected workloads and milestones for each committee
"coc":
requirements:
attend_conference: true
workload:
average: "1-2 hours per week"
start: "start-date-here"
peak: "During the conference"
end: "Until all reports have been resolved"
"communication":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "start-date-here"
peak: "peak-dates-here"
end: "end-date-here"
"diversity":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "start-date-here"
peak: "peak-dates-here"
end: "end-date-here"
"experience":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "start-date-here"
peak: "peak-dates-here"
end: "end-date-here"
"infrastructure":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "start-date-here"
peak: "peak-dates-here"
end: "end-date-here"
"on_site_operations":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "Three months before conference, 1-2 hours a week"
peak: "Four weeks before the conference 4-5 hours per week. During conference - all day"
end: "End of the conference"
"program":
attend_conference: false
workload:
average: "1-2 hours per week"
start: "Six months before conference, 1-2 hours a week"
peak: "Four months before the conference 4-5 hours per week for 4 weeks."
end: "End of the conference"
"steering":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "6 months before the conference, 1-2 hours per week"
peak: "Onboarding for new committees and major decision process times, 3-4 hours a week"
end: "End of the conference"
"swag":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "1 month before the ticket sales"
peak: "4 weeks before the conference, collecting final numbers for order"
end: "Conference day"
"video":
attend_conference: true
workload:
average: "1-2 hours per week"
start: "Three months before conference"
peak: "During the conference"
end: "Until all videos have been released"
# custom config for social cards customisation
social_cards:
dirs:
# relative paths from the repository root
cache_dir: "./.cache/plugin/social"
site_dir: "./site/assets/images/social"
# convention, rename your logo accordingly
logo_path: "./docs/assets/images/social_card_logo.png"