-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (70 loc) · 1.67 KB
/
mkdocs.yml
File metadata and controls
76 lines (70 loc) · 1.67 KB
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
site_name: EM•Bytes
copyright: Copyright © 2023 – The EM Foundation
extra_css: [extra.css]
extra_javascript: [extra.js]
theme:
name: material
favicon: assets/favicon.png
features:
#- toc.follow
# - navigation.expand
# - navigation.footer
#- navigation.indexes
# - navigation.sections
#- navigation.tabs
#- navigation.tabs.sticky
#- navigation.top
#- navigation.tracking
font:
text: Quicksand
icon:
annotation: material/chevron-right-circle
logo: assets/logo12.png
palette:
accent: light blue
scheme: slate
primary: custom
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.caret
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
## auto_title: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.snippets:
base_path:
- docs
check_paths: true
restrict_base_path: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- toc:
#permalink: true
toc_depth: 2
plugins:
- emdown
- glightbox
- open-in-new-tab
- search
extra:
analytics:
provider: google
property: G-B2D564DJH3
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/the-em-foundation/about/?viewAsMember=true
- icon: fontawesome/brands/github
link: https://github.com/em-foundation