-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
54 lines (48 loc) · 1.46 KB
/
mkdocs.yml
File metadata and controls
54 lines (48 loc) · 1.46 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
site_name: Switchbox Data Science Project
site_description: Modern data science project template
repo_url: https://github.com/switchbox-data/data-science-project
site_url: https://switchbox-data.github.io/data-science-project/
site_author: Switchbox
repo_name: switchbox-data/data-science-project
nav:
- Home: index.md
- Tutorial: tutorial.md
- Prompt Arguments: promp_arguments.md
plugins:
- search
extra_css:
- stylesheets/extra.css
theme:
name: material
feature:
tabs: true
palette:
# Note: Using the system theme works with the insiders version
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#automatic-light-dark-mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: astral-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: astral-dark
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/switchbox-data/data-science-project
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/did:plc:ij55n7zoxyyu2tnpbppx55rq
markdown_extensions:
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true