-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
77 lines (70 loc) · 1.89 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
# Project Information
site_name: 传媒网安教学 Wiki
site_description: 黄药师的个人教学 Wiki
site_author: 黄药师
site_url: https://c4pr1c3.github.io/cuc-wiki
# Repository
repo_name: 'c4pr1c3/cuc-wiki'
repo_url: 'https://github.com/c4pr1c3/cuc-wiki'
edit_uri: 'blob/master/docs/'
use_directory_urls: false
nav:
- '首页': 'index.md'
- '课程列表':
- '密码学应用实践': 'ac.md'
- '信息安全综合实践': 'cp.md'
- '网络安全': 'ns.md'
- '移动互联网安全': 'mis.md'
- 'Linux 系统与网络管理': 'linux.md'
- '数据结构A': 'ds.md'
- '密码学应用实践':
- '2023年': 'ac/2023/index.md'
- '2022年': 'ac/2022/index.md'
- '2021年': 'ac/2021/index.md'
- '2019年': 'ac/2019/index.md'
- '信息安全综合实践':
- '2024年': 'cp/2024/index.md'
- '2023年': 'cp/2023/index.md'
- '2022年': 'cp/2022/index.md'
- '2021年': 'cp/2021/index.md'
- '2019年': 'cp/2019/index.md'
- '网络安全':
- '2024年': 'ns/2024/index.md'
- '2023年': 'ns/2023/index.md'
- '2022年': 'ns/2022/index.md'
- '2021年': 'ns/2021/index.md'
- '2020年': 'ns/2020/index.md'
- '2019年': 'ns/2019/index.md'
- '移动互联网安全':
- '2021年': 'mis/2021/index.md'
- '2019年': 'mis/2019/index.md'
- 'Linux 系统与网络管理':
- '2024年': 'linux/2024/index.md'
- '2023年': 'linux/2023/index.md'
- '2022年': 'linux/2022/index.md'
- '2021年': 'linux/2021/index.md'
- '2020年': 'linux/2020/index.md'
- '2019年': 'linux/2019/index.md'
- '数据结构 A':
- '2017年': 'ds/2017/index.md'
# Theme
theme:
name: 'material'
language: 'zh'
palette:
primary: 'white'
accent: 'red'
logo:
icon: 'school'
feature:
tabs: true
font:
text: 'Fira Sans'
code: 'Fira Mono'
plugins:
- search
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite