Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wandering-the-earth authored Apr 22, 2024
1 parent 89725e5 commit b05c2cc
Showing 1 changed file with 40 additions and 8 deletions.
48 changes: 40 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
site_name: 哈V 计算机学习指南
nav:
- 主页:
- index.md
- 课程模版: template.md
- 通识课:
- general/index.md
- 通识核心课: general/core.md



theme:
name: 'material'
language: 'zh'
Expand All @@ -24,12 +34,34 @@ theme:
palette:
- scheme: default

nav:
- 主页:
- index.md
- template.md
- 通识课:
- general/index.md
- 通识核心课: general/core.md

markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- meta
- def_list
- attr_list
- md_in_html
- sane_lists
- admonition
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.snippets
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true

0 comments on commit b05c2cc

Please sign in to comment.