forked from guiferviz/mnemocards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
80 lines (77 loc) · 2.08 KB
/
mkdocs.yaml
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
site_name: Mnemocards Docs
site_url: https://guiferviz.com/mnemocards
site_author: guiferviz
copyright: MIT license
repo_url: https://github.com/guiferviz/mnemocards
repo_name: Mnemocards
strict: true
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
plugins:
- tags:
tags_file: tags.md
- search
markdown_extensions:
- meta
# Code highlight.
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
# MathJax with some options in the extra_javascript.
- pymdownx.arithmatex:
generic: true
# Mermaid plots.
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Emoji.
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Task lists with checkboxes.
- pymdownx.tasklist:
custom_checkbox: true
# Superfences admonition.
- admonition
- pymdownx.details
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
generator: false
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/guiferviz
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/guiferviz
- icon: fontawesome/brands/github
link: https://github.com/guiferviz
# Page tree
nav:
- Home: index.md
- MEPs:
- meps/mep01.md
- meps/mep02.md
- meps/mep03.md
- meps/mep04.md
- Tags: tags.md