-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
74 lines (64 loc) · 1.74 KB
/
mkdocs.yaml
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
site_name: Deep Learning Tutorial
site_author: Unakar
site_description: >-
深度学习入门三讲:CNN图像分类,transformer文本分类,LLM微调
copyright: Copyright © 2024 unakar
# Page tree
nav:
- Home: index.md
- Cifar10:
- 疑问解答: cifar10/问题.md
- 探究实验: cifar10/探究.md
theme:
name: material
palette:
# 日间模式
- scheme: default
# 主颜色
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
primary: indigo
# 链接等可交互元件的高亮色
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#accent-color
accent: orange
toggle:
# 图标
icon: material/weather-night
# 鼠标悬浮提示
name: 切换至夜间模式
# 夜间模式
- scheme: slate
primary: indigo
accent: orange
toggle:
icon: material/weather-sunny
name: 切换至日间模式
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.footnote.tooltips
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
# - navigation.instant.progress
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
repo_name: Unakar/DL_intorduction
repo_url: https://github.com/Unakar/DL_intorduction