forked from linuxdeepin/image-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (73 loc) · 1.55 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
site_name: image-center
copyright: Copyright © 2022-2023 linuxdeepin. All Rights Reserved.
theme:
name: material
language: zh
# # 评论系统
# custom_dir: overrides
palette:
# 自动亮/暗模式
- media: '(prefers-color-scheme: light)'
# 配色方案
scheme: default
# 原色
primary: teal
accent: amber
toggle:
icon: material/lightbulb
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: teal
accent: amber
toggle:
icon: material/lightbulb-outline
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
# logo: "img/logo.png"
# favicon: img/favicon.ico
icon:
repo: fontawesome/brands/github
# 右上角
repo_name: linuxdeepin/image-center
repo_url: "https://github.com/linuxdeepin/image-center"
plugins:
- search
# - meta
# - markdownextradata:
# data: data
nav:
- 首页: index.md
#markdown_extensions:
#- toc:
# permalink: true
#- markdown.extensions.codehilite:
# guess_lang: false
#- mdx_include:
# base_path: docs
#- admonition
#- codehilite
#- extra
#- pymdownx.superfences:
# custom_fences:
# - name: mermaid
# class: mermaid
# format: !!python/name:pymdownx.superfences.fence_code_format ''
#- pymdownx.tabbed:
# alternate_style: true
#- attr_list
#- md_in_html
extra:
analytics:
provider: google
# property: G-YNEVN69SC3
generator: false
#extra_css:
#- /css/termynal.css
#- /css/custom.css
#extra_javascript:
#- /js/termynal.js
#- /js/custom.js