This repository was archived by the owner on Jan 19, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
259 lines (231 loc) · 6 KB
/
mkdocs.yml
File metadata and controls
259 lines (231 loc) · 6 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
site_name: TTUSSC
repo_url: https://github.com/TTUSSC/Document
copyright: Copyright © 2023 TTUSSC
site_description: 大同大學科學開源服務社線上文件公開網站
nav:
- "首頁":
- index.md
- "部落格":
- blog/index.md
- "會議記錄":
- minutes/index.md
- "111學年":
- minutes/111/20230423.md
- minutes/111/20230615.md
- minutes/111/20230618.md
- minutes/111/20230624.md
- minutes/111/20230630.md
- "112學年":
- minutes/112/20230708.md
- minutes/112/20230717.md
- minutes/112/20230806.md
- minutes/112/20230826.md
- minutes/112/20230904.md
- minutes/112/20230911.md
- minutes/112/20230920.md
- minutes/112/20231006.md
- minutes/112/20231113.md
- minutes/112/20240114.md
- minutes/112/20240115.md
- minutes/112/20240116.md
- minutes/112/20240201.md
- minutes/112/20240218.md
- minutes/112/20240219.md
- minutes/112/20240222.md
- minutes/112/20240519.md
- minutes/112/20240522.md
- minutes/112/20240527.md
- minutes/112/20240610.md
- minutes/112/20240615.md
- "113學年":
- minutes/113/20240705.md
- minutes/113/20240715.md
- minutes/113/20240718.md
- minutes/113/20240723.md
- minutes/113/20240729.md
- minutes/113/20240730.md
- minutes/113/20240806.md
- minutes/113/20240807_01.md
- minutes/113/20240807_02.md
- minutes/113/20240808.md
- minutes/113/20240815.md
- minutes/113/20240822.md
- minutes/113/20240830.md
- "財務":
- finance/index.md
- "113年":
- finance/113/08.md
- finance/113/09.md
- finance/113/10.md
- finance/113/11.md
- finance/113/12.md
- "社團法規":
- laws/index.md
- "大同大學":
- laws/clubs_law.md
- laws/clubs_teachers.md
- laws/clubs_finance.md
- laws/clubs_subsidy.md
- "科學開源服務社":
- laws/ssc_laws.md
- laws/ssc_finance.md
- laws/ssc_asset.md
- "修定紀錄":
- laws/commits/index.md
- laws/commits/20230914_ssc_laws.md
- "標籤":
- tags.md
plugins:
- tags:
tags_file: tags.md
- search:
lang: zh
separator: '[\s\u200b\-]'
- blog:
blog_dir: blog
blog_toc: true
post_date_format: medium
post_url_format: "{categories}/{slug}"
archive_toc: true
archive: true
archive_name: 封存
categories_toc: true
categories_name: 分類
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
pagination_keep_content: true
draft_if_future_date: true
# for blog posts
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
theme:
name: material
language: zh
logo: assets/images/SSC_logo.png
favicon: assets/images/favicon.ico
features:
- navigation.tabs
- navigation.instant
- navigation.path
# 顏色
palette:
# Palette toggle for light mode
- scheme: default
primary: light blue
toggle:
icon: material/brightness-7
name: 黑夜模式
# Palette toggle for dark mode
- scheme: slate
primary: light blue
toggle:
icon: material/brightness-4
name: 白日模式
icon:
#previous: fontawesome/solid/angle-left
#next: fontawesome/solid/angle-right
tag:
default: material/tag
docs: material/file
laws: material/scale-balance
minutes: fontawesome/solid/file-lines
ttu: material/school
2023camp: fontawesome/solid/campground
arduino: simple/arduino
ai: material/brain
git: simple/git
linux: fontawesome/brands/linux
c: material/language-c
cpp: material/language-cpp
python: material/language-python
md: material/language-markdown
membertrain: material/google-classroom
extra:
alternate:
- name: English
link: /en/
lang: en
- name: 中文
link: /zh-TW/
lang: zh-TW
social:
- icon: fontawesome/brands/instagram
link: https://instagram.com/ttussc_
name: Instagram
- icon: fontawesome/brands/discord
link: https://discord.gg/dEPdDmSr
name: Discord
tags:
"文件": docs
"模板": template
"Arduino": arduino
"人工智慧": ai
"會議記錄": minutes
"法規": laws
"2023 科學探索家": 2023camp
"大同大學": ttu
"Git": git
"Linux": linux
"C語言": c
"C++": cpp
"Python": python
"Markdown": md
"幹部訓練": membertrain
# markdown 渲染選項
markdown_extensions:
# Admonitions
- admonition
- pymdownx.details
- pymdownx.superfences
# Annotations
- attr_list
- md_in_html
- pymdownx.superfences
# Buttons
- attr_list
# Code Blocks
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# Data Tables
- tables
# Diagrams
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
# Footnotes
- footnotes
#Formating
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# Icon, Emojis
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
# Images
- attr_list
- md_in_html
# Lists
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- toc
- extra
- sane_lists
- meta
- pymdownx.details
- pymdownx.superfences