-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (52 loc) · 1.36 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
site_name: $NAME A specification for cryo-ET projection geometry
site_url: https://sitename.bla
site_author: bla
site_description: >-
A specification for cryo-ET projection geometry
repo_name: orgname/repo
repo_url: https://github.com/orgname/repo
edit_uri: edit/main/docs/
copyright: Copyright © 2022 - 2024 orgname
# Custom navigation can be specified
#nav:
# - Overview: index.md
# - Examples:
# - single data block: subfolder/file.md
theme:
icon:
logo: material/cube-outline
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
features:
- navigation.instant
- navigation.expand
- search.highlight
- search.suggest
- content.tabs.link
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- md_in_html
- pymdownx.arithmatex:
generic: true
plugins:
- search
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