-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (43 loc) · 941 Bytes
/
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
site_name: AJ Friend
repo_url: https://github.com/ajfriend/ajfriend.github.io
repo_name: ajfriend.github.io
edit_uri: blob/master/docs/
nav:
- index.md
- Blog: blog
- Notes: notes
- contact.md
theme:
name: material
palette:
primary: white
accent: red
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
plugins:
- git-revision-date-localized:
type: date
- search
- mkdocs-jupyter
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- smarty
- pymdownx.magiclink
- pymdownx.inlinehilite
- codehilite
- pymdownx.smartsymbols
- pymdownx.betterem:
smart_enable: all
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js