-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
36 lines (35 loc) · 908 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
site_name: Kiui's notebook
theme:
logo: _assets/icon.png
favicon: _assets/icon.png
name: material
palette:
primary: brown
accent: lime
features:
- navigation.instant
- navigation.tracking
- navigation.top
- header.autohide
- search.suggest
- search.highlight
- search.share
repo_url: https://github.com/ashawkey/Notebooks
plugins:
- search
markdown_extensions:
- tables
- pymdownx.betterem
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- mdx_truly_sane_lists # fix typora 2 space indentation, ref: https://github.com/mkdocs/mkdocs/issues/545
extra_javascript:
- _js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js