-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
44 lines (44 loc) · 905 Bytes
/
Copy pathmkdocs.yaml
File metadata and controls
44 lines (44 loc) · 905 Bytes
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
site_name: Academic Notes
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- search.highlight
- search.share
palette:
scheme: default
primary: indigo
accent: indigo
plugins:
- search
- awesome-pages
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist
- admonition
- toc
- attr_list
nav:
- Home: index.md
- Molecular_Biology:
- Day 1: Molecular_Biology/Day_1.md
- Day 2: Molecular_Biology/Day_2.md
- Plant_Physiology:
- Day 1: Plant_Physiology/Day_1.md
- Day 2: Plant_Physiology/Day_2.md
- Day 3: Plant_Physiology/Day_3.md
- Day 4: Plant_Physiology/Day_4.md
- Ruby:
- Day 1: Ruby/Day_1.md
- Rust:
- Day 1: Rust/Day_1.md
- Day 2: Rust/Day_2.md
- About: about.md
- Contributing: contributing.md