-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (43 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
47 lines (43 loc) · 1.01 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
site_name: HabershonLab research guide
site_url: https://HabershonLab.github.io/research-guide
site_author: Scott Habershon
repo_url: https://github.com/HabershonLab/research-guide
edit_uri: ""
nav:
- Home: index.md
- Basic graphs: Graphs.ipynb
- Computing help: computing.md
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- content.code.copy
palette:
- scheme: default
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep purple
accent: deep purple
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.snippets:
check_paths: true
- pymdownx.tabbed
- toc:
permalink: true
plugins:
- search
- mkdocs-jupyter:
execute: false