generated from PioneersHub/conference
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
162 lines (155 loc) · 4.87 KB
/
mkdocs.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
151
152
153
154
155
156
157
158
159
160
161
162
---
site_name: PyCon DE & PyData Conference
site_url: https://pioneershub.github.io/pyconde25-conference/
site_author: Alexander Hendorf
site_description: >-
Docs for organizing our volunteer-driven event.
# Repository
repo_name: PioneersHub/pyconde25-conference
repo_url: https://github.com/PioneersHub/pyconde25-conference
#
nav:
- About: index.md
- Mission: mission.md
- Preparation: preparation.md
- Timeline: timeline.md
- Committees:
- committees/index.md
- Code of Conduct: committees/code-of-conduct.md
- Communication: committees/communication.md
- Diversity: committees/diversity.md
- Experience: committees/experience.md
- Infrastructure: committees/infrastructure.md
- On-Site Operations: committees/on-site-ops.md
- Program: committees/program.md
- Steering: committees/steering.md
- Swag: committees/swag.md
- Video: committees/video.md
- Operational Models: committees/operational-model.md
- Inner- and Cross-Committee Communication: committees/team-communication.md
- Guidelines:
- guidelines/index.md
- Communication:
- Communication: guidelines/communication.md
- Diversity:
- Grant-Applications: guidelines/grant-applications.md
- Grants-Guidelines: guidelines/grants.md
- Governance:
- Governance: guidelines/governance.md
- Infrastructure:
- Infrastructure: guidelines/infrastructure.md
- On-Site Operations:
- On-Site Operations: guidelines/on-site-ops.md
- Volunteers: guidelines/volunteers.md
- Call for Volunteers: guidelines/volunteers-call.md
- Post-Conference:
- Sponsoring: guidelines/post-conference.md
- Program:
- Call for Proposals: guidelines/call-for-proposals.md
- Pretalx for CfP: guidelines/pretalx.md
- Submissions: guidelines/submissions.md
- Reviewer Guidelines: guidelines/reviewers.md
- Community Voting: guidelines/community-voting.md
- Sponsoring:
- Sponsoring: guidelines/sponsoring.md
- Swag:
- Swag: guidelines/swag.md
- Video:
- Video-Guidelines: guidelines/video.md
- Website:
- Website: guidelines/website.md
- Office:
- office/index.md
- Communication: office/communication.md
- Finance & Budget: office/finance-budget.md
- Legal & Taxes: office/legal-taxes.md
- User Account Management: office/user-accounts.md
- Sponsoring: office/sponsoring.md
- Strategy: office/strategy.md
- Supplies: office/supplies.md
- Ticketing: office/ticketing.md
- Code of Conduct:
- Code of Conduct: code-of-conduct/index.md
- Enforcement Procedures: code-of-conduct/enforcement-procedures.md
- Reporting Incidents: code-of-conduct/reporting.md
- Zen: zen.md
- Help: help.md
- installation.md
- License: license.md
theme:
name: material
icon:
logo: fontawesome/solid/users-rays
annotation: material/arrow-right-circle
admonition:
tip: fontawesome/solid/hand-point-up
language: en
palette:
primary: custom
features:
- content.tooltips
- content.tabs.link
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.tabs
- navigation.path
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
- admonition
- footnotes
- pymdownx.magiclink
- pymdownx.betterem
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: "¤"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css
plugins:
- social:
cards_layout_options:
background_color: "#ffffff"
color: "#000000"
- search
- tags
- macros
extra:
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
actions:
- accept
- manage
hooks:
- scripts/extend_config.py
- scripts/hook_add_logo_to_social_cards.py
# Copyright
copyright: >
Copyright © 2024 Pioneers Hub gGmbH / Python Softwareverband e.V. –
<a href="#__consent">Change cookie settings</a>