diff --git a/mkdocs.yml b/mkdocs.yml index 54c22ec..c5398fe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,39 @@ site_name: 哈V 计算机学习指南 theme: - name: material + name: 'material' + language: 'zh' + # logo: images/icon.png + icon: + logo: material/notebook-outline + repo: fontawesome/brands/github + edit: material/pencil + custom_dir: overrides + favicon: images/icon.png + features: + - content.code.annotate + - content.action.edit + - navigation.tracking + - navigation.top + - navigation.tabs + - navigation.footer + - navigation.indexes + - navigation.sections + font: + # text: Noto Serif SC + code: JetBrains Mono + palette: + - scheme: default + +plugins: + - search + - heti: + extra_skipped_class: + - arithmatex + - turing_changelog + - turing_contributors + - turing_evaluations + - turing_outdate_warning + nav: - 主页: - index.md