-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (66 loc) · 2.03 KB
/
mkdocs.yml
File metadata and controls
78 lines (66 loc) · 2.03 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
site_name: BIT游泳社
# site_url: https://bit-swimming.club/
site_description: BIT游泳社官网
site_author: BIT游泳社
repo_name: BIT游泳社官网
repo_url: https://github.com/BITYYS/HomePage
edit_uri: ""
nav:
- 主页: index.md
- 部门介绍:
- 社团简介 : 部门介绍/index.md
- 活动部 : 部门介绍/index.md
- 财务部 : 部门介绍/index.md
- 宣传部 : 部门介绍/index.md
- 教练组 : 部门介绍/index.md
- 通知公告:
- 2019:
- 活动通知 : 通知公告/index.md
- 比赛通知 : 通知公告/index.md
- 2020:
- 活动通知 : 通知公告/index.md
- 比赛通知 : 通知公告/index.md
- 社团活动:
- 2019:
- 第三次活动记录 : 活动记录/index.md
- 管理员:
- 第一届 : 管理员/index.md
- 第二届 : 管理员/index.md
- 第三届 : 管理员/index.md
- 第四届 : 管理员/index.md
- 教练组: 教练组/index.md
- 校游泳队:
- 游泳队简介: 校游泳队/游泳队简介/index.md
- 历任队长 : 校游泳队/历任队长/index.md
- 活动记录 : 校游泳队/活动记录/index.md
- 比赛记录 : 校游泳队/比赛记录/index.md
- 校记录: 校记录/index.md
- 历届校赛成绩:
- 2019-12延河杯 : 历届校赛成绩/index.md
- 2020-12延河杯 : 历届校赛成绩/index.md
- 联系我们: 联系我们/index.md
theme:
name: material
custom_dir: overrides
language: zh
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
favicon: img/icon/favicon.ico
logo: img/icon/favicon.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.top
extra_javascript:
- '//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js'