-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
92 lines (92 loc) · 2.49 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
site_name: PyTexas Conference
site_author: PyTexas Foundation
site_url: https://pytexas.org/2025/
repo_url: https://github.com/pytexas/2025
repo_name: pytexas/conference-site
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: pytx2025
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: pytx2025_light
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
copyright: "PyTexas Foundation © 2014 - 2025"
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
nav:
- Home: index.md
- About: about.md
- Attend:
- In Person Attendance: attend/in-person.md
- Virtual Attendance: attend/virtual.md
- Sponsors:
- sponsors/our-sponsors.md
- sponsors/sponsor-us.md
- Schedule:
- Keynotes: schedule/keynotes.md
- Tutorials: schedule/tutorials.md
- Talks: schedule/talks.md
- FAQ: faq.md
plugins:
- search
- social:
cards_layout_options:
background_color: "#606070"
color: "#FCE004"
- redirects:
redirect_maps:
"slido.md": "https://slido.com"
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/discord
link: https://discord.gg/jNPAbcNukj
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