-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
107 lines (101 loc) · 3.07 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
nav:
- Home: README.md
- 关于Wiki: about-wiki.md
- 学生优惠:
- 主要: 01-student-discounts/student-discounts.md
- 其他:
- 网易云音乐: 01-student-discounts/others/netease.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/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
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: Copyright © 2024 <a href="https://github.com/Ac-Wiki/AcWiKi/" target="_blank">AcWiki</a>
theme:
name: material
logo: assets/logo.jpg
favicon: assets/logo_clear.png
features:
- navigation.footer
- content.action.edit # source edit
- content.action.view # source view
- navigation.instant # Instant navigation
#- navigation.tabs 后续可考虑启用
#- navigation.tabs.sticky
- toc.follow # Follow TOC
- navigation.top # Top navigation
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 群组
extra_javascript:
- js/extra.js
markdown_extensions:
- attr_list
- admonition #强调块
- footnotes #脚注
- md_in_html #支持在 html 中使用 markdown 语法
- toc:
permalink: true
- pymdownx.details
- pymdownx.betterem
- pymdownx.superfences
- pymdownx.keys
plugins:
- search
- 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