-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
65 lines (61 loc) · 1.35 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
site_name: echemdb.org
site_dir: generated/website
docs_dir: pages
theme:
name: material
palette:
scheme: default
primary: black
accent: lime
features:
- navigation.tabs
- navigation.indexes
- navigation.tabs.sticky
- toc.follow
extra_css:
- stylesheets/extra.css
plugins:
- search
- macros
- gen-files:
scripts:
- website/generator/__main__.py
- section-index
- literate-nav:
nav_file: NAVIGATION.md
markdown_extensions:
- extra
- admonition
- codehilite
- smarty
- meta
- def_list
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- markdown_include.include:
base_path: pages
- attr_list
- pymdownx.arithmatex:
generic: true
inline_syntax:
- dollar
block_syntax:
- dollar
- begin
- pymdownx.details
- pymdownx.superfences
- footnotes
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
extra_javascript:
- javascripts/config.js
- https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
- javascripts/tables.js
- https://cdnjs.cloudflare.com/ajax/libs/tablesort/5.2.1/tablesort.min.js