-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
101 lines (93 loc) · 2.53 KB
/
Copy pathmkdocs.yml
File metadata and controls
101 lines (93 loc) · 2.53 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
site_name: PACMAN 指南
site_description: 'Guide for PACMAN Lab, Tsinghua University'
site_author: 'PACMAN Lab'
copyright: 'Copyright © 2021-2025 PACMAN Lab, Department of Computer Science and Technology, Tsinghua University. All Rights Reserved.'
theme:
name: 'material'
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
# variant: classic
language: 'zh'
# custom_dir: 'theme-override/'
icon:
logo: material/pac-man
repo: fontawesome/brands/github
features:
# - navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tracking
# - navigation.sections
- navigation.path
- toc.follow
repo_name: 'thu-pacman/lab-guide'
repo_url: 'https://github.com/thu-pacman/lab-guide'
extra:
pagetime: 'on'
nav:
- 总述: index.md
- 实验室网络: network.md
- 实验室集群: clusters.md
- 实验室账户: accounts.md
- 实验室服务: services.md
- 实验室设施: facilities.md
- 财务相关: finance.md
- 出国相关: abroad.md
- 标准操作流程(SOP):
- 服务器初始化: sop/server-init.md
- 系统安装: sop/os-install.md
- 服务器重启: sop/server-reboot.md
- 快速参考手册(QRH): sop/qrh.md
# - FAQ: faq.md
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/mathjax@2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
locale: zh
- git-authors:
show_contribution: true
show_line_count: true
count_empty_lines: true
fallback_to_empty: false
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- footnotes
- def_list
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde