-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
166 lines (159 loc) · 4.39 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
site_name: 白杨的文档站
site_url: https://whiteboard-ui8.pages.dev/
site_description: 本站用于收纳站长的一些杂谈、笔记和博客等内容。
site_author: Poplar at twilight
repo_name: SRC
repo_url: https://github.com/poplar-at-twilight/whiteboard
edit_uri: ""
theme:
name: material
language: zh
#custom_dir: overrides
highlightjs: true
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.tabs
- content.tabs.link #启用内容页
- navigation.footer
- header.autohide #公告栏
- announce.dismiss #可关闭的公告栏
logo: assets/greyweb.svg
icon:
repo: fontawesome/brands/github
font:
text: Noto Sans
code: Noto Sans Mono
nav:
- 首页:
- index.md
- tags.md
- 杂谈:
- essay/about.md
- 杂谈:
- essay/main/qbittorrent-conf.md
- essay/main/aria2.md
- essay/main/md-epub.md
- essay/main/ainme.md
- essay/main/play-minecraft.md
- essay/main/adjust-win11-for-popurse.md
- essay/main/opencc.md
- essay/main/python-embed.md
- essay/main/graphs-setup.md
- essay/main/mpv-config.md
- openSUSE 安装配置:
- essay/note/0-about.md
- essay/note/1-preparation.md
- essay/note/2-installation.md
- essay/note/3-first-boot.md
- essay/note/4-software.md
- essay/note/5-kde.md
- essay/note/6-fonts.md
- essay/note/7-re-install.md
- essay/note/8-shell-script.md
- essay/note/9-swapfile-on-btrfs.md
- essay/note/10-plymouth.md
- Linux 资料库:
- essay/linux/0-about.md
- Bash 笔记:
- essay/linux/bash/0-about.md
- essay/linux/bash/2-definitions.md
- essay/linux/bash/3.1-syntax.md
- essay/linux/0-misc-of-unit.md
- essay/linux/1-fs-and-permission.md
- essay/linux/1-kvm.md
- essay/linux/1-check-sys-info.md
- essay/linux/1-gpg-and-sig-files.md
- 备份:
- archives/about.md
- archives/external-index.md
- archives/pandoc's-markdwon-spec.md
- 博客归档:
- archives/qbittorrent-confs.md
- archives/rss-refresh.md
- 博客:
- blog/index.md
- 关于:
- about/about-me.md
- about/friends.md
- about/license.md
markdown_extensions:
#启用工具提示
- abbr
- attr_list
- pymdownx.snippets
#启用警示标识
- admonition
- pymdownx.details
- pymdownx.superfences
#启用注释
- attr_list
- md_in_html
- pymdownx.superfences
#启用按钮
- attr_list
#启用内容页
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
#启用脚注
- footnotes
#启用文本格式化
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
#启用图片
- attr_list
- md_in_html
#启用列表
- def_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search #启用搜索
- blog: #启用博客
blog_toc: true
authors_file: blog/.authors.yml
post_readtime: false
- tags:
tags_file: tags.md
- rss:
abstract_chars_count: -1
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
extra:
social:
- icon: fontawesome/brands/suse
link: https://forum.suse.org.cn/u/Aui/summary
- icon: fontawesome/brands/opensuse
link: https://forums.opensuse.org/u/white-poplar/summary
- icon: fontawesome/brands/wikipedia-w
link: https://zh.opensuse.org/User:White-poplar
- icon: fontawesome/brands/fedora
link: https://discussion.fedoraproject.org/u/bh
- icon: fontawesome/brands/discourse
link: https://discuss.kde.org/u/white-poplar/summary
- icon: fontawesome/brands/github
link: https://github.com/poplar-at-twilight
copyright: Copyleft 🄯 Poplar.at.twilight, 2021-2025