-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmkdocs.yml
143 lines (136 loc) · 4.16 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
nav:
- Home: README.md
- 关于Wiki: about-wiki.md
- 学生优惠:
- 主要: 01-student-discounts/student-discounts.md
- 其他:
- 网易云音乐: 01-student-discounts/others/netease.md
- 国家助学贷款: 01-student-discounts/student-assistance/national-student-loan-FAQ.md
- 搜索引擎:
- 主要: 02-search-platforms/search-platforms.md
- 工具:
- 效率软件: 03-tools/tools.md
- Android:
- 加密通讯: 03-tools/Android/加密通讯.md
- 网络安全:
- 双重身份验证: 03-tools/cyber security/Authenticator.md
- 密码管理: 03-tools/cyber security/password_manage1.md
- 隐私保护: 03-tools/cyber security/privacy.md
- 奇技淫巧:
- 校园跑: 03-tools/qi-ji-yin-qiao/campus-running.md
- 刷课: 03-tools/qi-ji-yin-qiao/pointless-courses.md
- 学习:
- 考试和竞赛: 04-study/study.md
- 生活:
- 生活实用小技巧: 05-common-sense-of-life/common-sense-of-life.md
- 就业:
- 企业文化: 06-recruit-exercitation/recruit-exercitation.md
- 方法论:
- 计算机基础技能: 07-computer-basic/computer-basic.md
site_name: AcWiki 大学生的百科全书
site_url: https://acwiki.pages.dev # 预览站点链接,合并成功后需要切换为主仓库链接
site_description: 属于大学生群体的真·青年大学习
repo_name: AcWiki
repo_url: https://github.com/Ac-Wiki/AcWiKi
edit_uri: edit/main/docs/
# copyright:
theme:
language: zh
name: material
custom_dir: ./src/overrides
logo: assets/logo.jpg
favicon: assets/logo_clear.png
features:
- toc.follow # Follow TOC
- content.action.edit # source edit
- content.action.view # source view
- content.feedback
- navigation.instant # Instant navigation
- navigation.instant.progress
- navigation.top # Top navigation
- navigation.footer
#- navigation.tabs 后续可考虑启用
#- navigation.tabs.sticky
- search.suggest
- search.highlight
- search.share
palette:
# match system theme color
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social:
- icon: simple/telegram
link: https://t.me/AcWiki
name: Telegram 频道
- icon: simple/telegram
link: https://t.me/AcFourm
name: Telegram 群组
analytics:
provider: custom
feedback:
title: "本页面对您有帮助吗?"
ratings:
- icon: material/thumb-up-outline
name: 有帮助
data: 1
note: >-
感谢您的反馈!
- icon: material/thumb-down-outline
name: 有待改进
data: 0
note: >-
请 <a href="https://t.me/AcWiki" target="_blank" rel="noopener">加入频道</a> 或 <a href="https://github.com/Ac-Wiki/AcWiKi/issues/new?template=Blank+issue" target="_blank" rel="noopener">发起Issue</a><br>告诉我们如何改进!
extra_css:
- stylesheets/extra.css
extra_javascript:
- js/extra.js
- js/feedback.js
- https://cn.vercount.one/js
markdown_extensions:
- abbr
- attr_list
- admonition #强调块
- footnotes #脚注
- md_in_html #支持在 html 中使用 markdown 语法
- toc:
permalink: true
- tables
- pymdownx.details
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.keys
plugins:
- search:
lang: zh
separator: '[\s\u200b\-]'
jieba_dict: assets/dict.txt
- git-revision-date-localized: # commit/Modify date
timezone: Asia/Shanghai
enable_creation_date: true
- git-authors: # git authors
show_email_address: false
- glightbox: # lightbox
touchNavigation: true
loop: true
effect: none
slide_effect: fade
width: auto
height: auto
zoomable: true
draggable: true
skip_classes:
- skip-lightbox
auto_caption: false
caption_position: bottom
background: none
shadow: false
manual: false