-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.36 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
site_name: Awesome Numerical Weather Prediction
site_url: https://jaeminoh.github.io/awesome-numerical-weather-prediction
repo_url: https://github.com/jaeminoh/awesome-numerical-weather-prediction
repo_name: jaeminoh/awesome-nwp
theme:
name: material
icon:
repo: fontawesome/brands/github
annotation: material/plus-circle
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- bibtex:
bib_file: "bibliography/library.bib"
csl_file: "bibliography/ima.csl"
markdown_extensions:
- def_list
- footnotes
- attr_list
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
extra:
homepage: https://jaeminoh.github.io
analytics:
provider: google
property: G-B9XBB4QRXM
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js