-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
109 lines (109 loc) · 3.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
109 lines (109 loc) · 3.17 KB
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
site_name: PyTexas 2027 Conference
site_author: PyTexas Foundation
site_url: https://pytexas.org/2027/
repo_url: https://github.com/pytexas/2027
repo_name: pytexas/2027
edit_uri: edit/main/docs/
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
locale: en
logo: assets/images/pytexas-logo.png
favicon: assets/images/favicon.png
features:
- announce.dismiss
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- toc.integrate
- toc.follow
palette:
- scheme: pytx2027
# TODO: Re-add dark mode toggle when official logo/colors are ready
# - scheme: pytx2027_light
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# - scheme: pytx2027
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
copyright: "PyTexas Foundation © 2014 - 2027"
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
- toc:
permalink: true
toc_depth: 3
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
nav:
- Home: index.md
- About: about.md
- Attend:
- In Person Attendance: attend/in-person.md
- Opportunity Grants: attend/grants.md
#- Virtual Attendance: attend/virtual.md
- Sponsors:
# - Our Sponsors: sponsors/index.md
- Sponsor Us: sponsors/sponsor-us.md
- Ask Your Company: sponsors/asking-for-sponsorship.md
- Speaking: speaking.md
# - Schedule:
# - Event Schedule: schedule/index.md
# - Keynotes: schedule/keynotes.md
# - Tutorials: schedule/tutorials.md
# - Talks: schedule/talks.md
- FAQ: faq.md
plugins:
- search
- social:
cards_layout_options:
background_color: "#ffffff"
color: "#3B2313"
- redirects:
redirect_maps:
# TODO: point slido.md at the event-specific Slido URL once created
"slido.md": "https://slido.com/"
hooks:
- hooks/schedule.py
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/pytexas
name: Twitter
- icon: fontawesome/brands/mastodon
link: https://fosstodon.org/@pytexas
name: Mastodon
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/pytexas.org
name: Bluesky
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/profile.php?id=61583603924409
name: Facebook
- icon: fontawesome/brands/discord
link: https://discord.gg/pytexas
name: Discord
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/pytexas-foundation
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/pytexas
- icon: fontawesome/brands/meetup
link: https://www.meetup.com/pytexas-virtual-meetup/
- icon: fontawesome/brands/github
link: https://github.com/pytexas