forked from storage-db/ToolDiy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (68 loc) · 1.75 KB
/
mkdocs.yml
File metadata and controls
75 lines (68 loc) · 1.75 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
site_name: ToolDiy
site_url: https://cargo-youth.github.io/ToolDiy/
repo_name: ToolDiy
repo_url: https://github.com/cargo-youth/ToolDiy/
# 主题设置
theme:
name: material
language: zh
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: 暗色模式
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: 亮色模式
features:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/?h=nav#navigation-tabs
- navigation.tabs
- navigation.tabs.sticky
# 导航
nav:
- 简介 : "index.md"
- 软件 :
- TeXmacs : "software/texmacs.md"
- Mathpix : "software/mathpix.md"
- Gdbdashboard : "software/gdbdashboard.md"
- 插件 :
- Android Studio : "plugins/android.md"
- Browser : "plugins/browser.md"
- 平台 :
- GitBucket : "platform/GitBucket.md"
- 规范 : "specification/specification.md"
# 版权
copyright: This website follows CC BY-SA 4.0
# 插件
plugins:
- i18n:
default_language: zh
material_alternate: true
languages:
zh:
name: 简体中文
build: true
en:
name: English
build: true
nav_translations:
en:
简介 : Introduction
软件 : Software
插件 : Plugins
平台 : Platform
规范 : Specification
- search:
lang: ja
# LaTeX支持
markdown_extensions:
- pymdownx.arithmatex:
generic: true
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