-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
49 lines (49 loc) · 1.07 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
site_name: ZebraFishTFM
site_url: "https://zebrafishtfm.github.io/"
repo_name: "zebrafishtfm"
repo_url: "https://github.com/zebrafishtfm/zebrafishtfm"
edit_uri: ""
site_description: "3D TFM for Zebra Fishes."
# strict: true
docs_dir: "docs"
use_directory_urls: false
remote_branch: "main"
theme:
name: material
favicon: "favicon.ico"
logo:
icon: " "
palette:
primary: "purple"
accent: "purple"
markdown_extensions:
- codehilite
- footnotes
- admonition
- toc:
permalink: true
- figureAltCaption
- markdown.extensions.smarty
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
# - pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
- "extra.js"
nav:
- Home: index.md
- Documentation: usage.md
- Command-Line: cli.md