初始提交
This commit is contained in:
63
mkdocs.yml
Normal file
63
mkdocs.yml
Normal file
@ -0,0 +1,63 @@
|
||||
site_name: MTTU 文档
|
||||
nav:
|
||||
- 主页: index.md
|
||||
- 主群聊规则: rules.md
|
||||
- 传送锚点:
|
||||
- MTTU 雾之湖校区: links/mttu-wzh.md
|
||||
- MTTU Discord 校区: links/mttu-discord.md
|
||||
- MTTU Matrix 校区: links/mttu-matrix.md
|
||||
- MTTU 成语接龙社: links/mttu-cyjl.md
|
||||
- 小帕游戏屋 (Oopz): links/pt-oopz.md
|
||||
- Ralmon 每日计数器: links/ralmon-discord.md
|
||||
- MTTU 的活动与项目:
|
||||
- 此方 Bot: projects/konabot.md
|
||||
- 小帕置放场: projects/okiba.md
|
||||
markdown_extensions:
|
||||
- abbr
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.arithmatex
|
||||
- pymdownx.betterem
|
||||
- pymdownx.blocks.caption
|
||||
- pymdownx.caret
|
||||
- pymdownx.mark
|
||||
- pymdownx.tilde
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- attr_list
|
||||
- md_in_html
|
||||
plugins:
|
||||
- search
|
||||
theme:
|
||||
name: material
|
||||
language: zh
|
||||
features:
|
||||
- navigation.instant
|
||||
- navigation.instant.progress
|
||||
- navigation.tracking
|
||||
- navigation.tabs
|
||||
- navigation.tabs.sticky
|
||||
- search.suggest
|
||||
- search.highlight
|
||||
- navigation.footer
|
||||
palette:
|
||||
- media: "(prefers-color-scheme)"
|
||||
primary: teal
|
||||
toggle:
|
||||
icon: material/brightness-auto
|
||||
name: Switch to light mode
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
primary: teal
|
||||
scheme: default
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Switch to dark mode
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
primary: teal
|
||||
scheme: slate
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Switch to system preference
|
||||
Reference in New Issue
Block a user