-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
73 lines (65 loc) · 1.68 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
site_name: PACMAN 指南
site_description: 'Guide for PACMAN Lab, Tsinghua University'
site_author: 'PACMAN Lab'
copyright: 'Copyright © 2021-2024 PACMAN Lab, Department of Computer Science and Technology, Tsinghua University. All Rights Reserved.'
theme:
name: 'material'
language: 'zh'
custom_dir: 'theme-override/'
icon:
logo: material/pac-man
repo: fontawesome/brands/github
features:
# - navigation.tabs
# - navigation.instant
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
- 实验室服务: services.md
- 实验室设施: facilities.md
- 财务相关: finance.md
- 出国相关: abroad.md
# - FAQ: faq.md
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/[email protected]/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