From 66ed44b668024778ceeeb76501e32a98f9a72598 Mon Sep 17 00:00:00 2001 From: wandering-the-earth <110729642+wandering-the-earth@users.noreply.github.com> Date: Mon, 22 Apr 2024 09:21:53 +0800 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) 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