generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
108 lines (106 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
site_name: C2SM User Landing Page
site_url: https://c2sm.github.io
theme:
name: material
docs_dir: docs/
repo_name: C2SM/c2sm.github.io
repo_url: https://github.com/C2SM/c2sm.github.io
edit_uri: edit/main/docs/
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
auto_title: false
use_pygments: true
- pymdownx.arithmatex:
generic: true
- pymdownx.extra:
pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.extra:
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search
- literate-nav:
nav_file: SUMMARY.md
- blog:
blog_dir: .
blog_toc: true
archive: true
archive_url_format: "{date}"
categories_url_format: "category_{slug}"
post_url_format: "{date}-{slug}"
post_url_date_format: yyyy-MM-dd
extra_css:
- stylesheets/extra.css
theme:
name: material
language: en
logo: assets/c2sm_logo_white_transparent.png
favicon: assets/favicon.ico
icon: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: c2sm-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tabs.link
- content.tooltips
- mermaid2
- navigation.bottom
- navigation.indexes
- navigation.instant
- navigation.path
- navigation.sticky
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search
- search.share
- search.suggest
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js