forked from teamtomo/teamtomo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (82 loc) · 2.07 KB
/
mkdocs.yml
File metadata and controls
90 lines (82 loc) · 2.07 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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.github.io
repo_url: https://github.com/teamtomo/teamtomo.github.io
edit_uri: edit/main/src
docs_dir: src
copyright: Copyright © 2024 - 2025 teamtomo
nav:
- teamtomo.org: index.md
- input/output: site/io_packages.md
- primitives: site/primitives.md
- algorithms: site/algorithms.md
# - applications: site/applications.md
# - story: site/story.md
- team: site/team.md
- contributors: site/contributors.md
- contributing: site/contributing.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
# - gen-files:
# scripts:
# - src/dynamic/team.py
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/clickable_cards.js