-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.yml
63 lines (57 loc) · 1.33 KB
/
base.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
copyright: Copyright © Numtide
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/numtide
name: Numtide on Github
- icon: fontawesome/brands/twitter
link: https://twitter.com/numtide
name: Numtide on Twitter
generator: false # hide the line "Made with Material for MkDocs"
extra_css:
- https://numtide.github.io/mkdocs-numtide/stylesheets/extra.css
markdown_extensions:
- tables
- admonition
- pymdownx.escapeall
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
plugins:
- search
- awesome-pages
- markdownextradata
theme:
name: 'material'
palette:
- scheme: default
primary: teal
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: blue grey
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo.png
logo: assets/logo.png
features:
- tabs
- instant
- navigation.tabs
- navigation.expand
- navigation.instant
- navigation.tracking
- content.code.annotate
- content.tabs.link