-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmkdocs.yml
78 lines (69 loc) · 2.18 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
site_name: notebook
repo_url: https://github.com/zjuchenyuan/notebook/
site_description: 我的技术笔记本~
site_author: chenyuan
theme:
name: 'material'
docs_dir: 'mdfiles'
site_dir: 'docs'
edit_uri: 'edit/master/'
extra_javascript:
- assets/js/instantclick.min.js
- assets/js/index.js
copyright: '<a href=https://beian.miit.gov.cn/>浙ICP备15043819号-2</a> <a target=_blank href=http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=33010602007826><img src="/assets/images/beian.png" height=14px>浙公网安备 33010602007826号</p></a>'
nav:
- Home: README.md
- Python:
- Python: Python.md
- Gist Python一些常用代码片段: gist.md
- Course Python程序设计: PythonCourse.md
- Programming Languages:
- BASH: BASH.md
- BAT批处理: BAT.md
- C语言: C.md
- Java:
- Java: Java.md
- S2-045: S2-045.md
- JavaScript: JavaScript.md
- PHP: PHP.md
- Web:
- CDN: CDN.md
- cURL: cURL.md
- Favorites:
- Favorites: Favorites.md
- Github Project Recommendation: GithubProjectRecommendation.md
- 更多链接: Links.md
- Flask: Flask.md
- MySQL: MySQL.md
- Nginx: Nginx.md
- RabbitMQ: RabbitMQ.md
- Development:
- Developer: Developer.md
- Docker: Docker.md
- ETH: ETH.md
- Git: Git.md
- Jekyll: Jekyll.md
- Paper Reading: PaperReading.md
- WindowsSoftware: WindowsSoftware.md
- Fuzzing:
- DFSan: dfsan.md
- Fun:
- Bitcoin: Bitcoin.md
- Linux:
- Linux-backup: Linux-backup.md
- Linux-setup: Linux-setup.md
- Linux-SSH: Linux-SSH.md
- Linux-cli: Linux-cli.md
- Linux-VirtualBox: Linux-VirtualBox.md
- Ubuntu: Ubuntu.md
- My Projects:
- ZJU grs helper: zjugrshelper.md
- CCF Badge: ccfbadge.md
markdown_extensions:
- admonition
- codehilite
- smarty
- sane_lists
- meta
- toc:
permalink: True