-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
79 lines (72 loc) · 1.77 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
site_name: teamtomo.org
site_url: https://teamtomo.org
site_author: teamtomo
site_description: >-
Modular Python packages the cryo-ET community can depend on.
repo_name: teamtomo/teamtomo.org
repo_url: https://github.com/teamtomo/teamtomo.org
edit_uri: edit/main/src
docs_dir: src
copyright: Copyright © 2024 - 2024 teamtomo
nav:
- home: index.md
- packages: site/packages.md
# - applications: site/applications.md
# - team: site/team.md
theme:
icon:
logo: material/cube-outline
name: material
palette:
- media: "(prefers-color-scheme: light)" # Palette toggle for light mode
scheme: default
primary: blue
accent: blue
features:
- navigation.instant
- navigation.expand
- navigation.tabs
- search.highlight
- search.suggest
- content.tabs.link
- content.code.copy
- content.code.annotate
- content.action.edit
- navigation.content_next # next/previous links bottom of content
- navigation.indexes
- search.highlight
- search.share
- search.suggest
- navigation.icons
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.tilde
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.progressbar:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "#"
- attr_list
- md_in_html
plugins:
- search
- blog
extra_css:
- stylesheets/extra.css