-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (76 loc) · 1.88 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
site_name: PM516
# site_description: [blabla]
site_author: Trevor Pickering
# site_url: [link]
theme:
name: material
language: en
features:
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
extra:
social:
# - icon: fontawesome/brands/github
# link: https://cirquedusoleil.com
# - icon: fontawesome/brands/linkedin
# link: [linkedin]
- icon: fontawesome/solid/paper-plane
link: tpickeri@usc.edu
generator: false
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- meta
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed
# alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
# for mathjax
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# for tablesort
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
nav:
- Home: index.md
- Syllabus: syllabus-a.md
- Weekly Content: content.md
# - Research:
# - "A paper": research/a-paper.md
# - Software:
# - "Software": link-to-software.md
# - Tutorials:
# - "A tutorial": tutorial/a-tutorial.md
# - Collaborators: collaborators.md