-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
68 lines (61 loc) · 1.75 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
site_name: Network 101
site_description: Network 101 课程讲义
site_author: LUG@UESTC
#site_url: https://network-101.uestc.app/
repo_name: uestclug/network-101
repo_url: https://github.com/uestclug/network-101
copyright: Brought to you by <a href="https://uestclug.github.io/">LUG@UESTC</a>. Available freely under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0 license</a>.
theme:
name: 'material'
language: 'zh'
palette:
- scheme: default
media: "(prefers-color-scheme: light)"
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: 切换至深色模式
- scheme: slate
media: "(prefers-color-scheme: dark)"
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: 切换至浅色模式
icon:
logo: fontawesome/solid/network-wired
repo: octicons/mark-github-16
features:
- navigation.top
markdown_extensions:
- admonition
- attr_list
- codehilite
- footnotes
- pymdownx.details
- pymdownx.superfences
- markdown.extensions.def_list
- attr_list
- toc:
permalink: true
extra:
social:
- icon: octicons/globe-16
link: https://uestclug.github.io/
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js'
extra_css:
- 'css/extra.css'
nav:
- 负一:计划规格:
- 章节编写指导: Spec/writing.md
- 序: preface.md
- 零:欢迎:
- 欢迎: index.md
- 功劳簿: credits.md
- 一:Internet 概览: Ch01/index.md
- 二:个人服务器二三事: Ch02/index.md
- 三:如何当一名修网师傅(x: Ch03/index.md
- 四:网络层漫游:游玩dn42: Ch04/index.md
- 跋: postface.md