-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
90 lines (80 loc) · 2.17 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
# mkdocs.yml
site_name: "Space Settlement"
site_author: InterImm
site_description: "Space Settlement Science and Engineering"
site_url: "https://interimm.github.io/space-settlement"
repo_url: "https://github.com/interimm/space-settlement"
edit_uri: "blob/master/docs/"
repo_name: "interimm/space-settlement"
theme:
name: "material"
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# features:
# - navigation.indexes
# Default values, taken from mkdocs_theme.yml
language: zh
features:
# - navigation.instant
- navigation.sections
- navigation.tabs
palette:
- scheme: default
primary: black
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: assets/logo/InterImm_1024X1024.png
logo: assets/logo/InterImm_1024X1024.png
markdown_extensions:
- admonition
- pymdownx.details
- footnotes
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.arithmatex:
generic: true
- toc:
permalink: "¤"
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- autorefs
- search
- git-authors
- bibtex:
bib_dir: "docs/assets/references"
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
nav:
- "去太空生活": index.md
- "火星":
- mars/index.md
- "火星与地球": mars/mars-and-the-earth.md
- "火星天气与气候": mars/martian-weather-climate.md
- "火星地理": mars/mars-geo.md
- "火星自然资源": mars/mars-natural-resources.md
- "火星 FAQ": mars/mars-faq.md
- "🔗 星际移民中心": "https://interimm.org"