diff --git a/README.md b/README.md index 59acd3686..f8e45b498 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ -     - - -

- 动画图解、能运行、可提问的数据结构与算法教程 + Typing SVG +

+ +

+ 在动画与代码中掌握数据结构与算法

- + - +

diff --git a/docs/index.assets/btn_download_code.png b/docs/index.assets/btn_download_code.png deleted file mode 100644 index 5aa9753b5..000000000 Binary files a/docs/index.assets/btn_download_code.png and /dev/null differ diff --git a/docs/index.assets/btn_download_code_dark.png b/docs/index.assets/btn_download_code_dark.png new file mode 100644 index 000000000..bce753951 Binary files /dev/null and b/docs/index.assets/btn_download_code_dark.png differ diff --git a/docs/index.assets/btn_download_code_light.png b/docs/index.assets/btn_download_code_light.png new file mode 100644 index 000000000..0ee982314 Binary files /dev/null and b/docs/index.assets/btn_download_code_light.png differ diff --git a/docs/index.assets/btn_download_pdf.png b/docs/index.assets/btn_download_pdf.png deleted file mode 100644 index 784cd737c..000000000 Binary files a/docs/index.assets/btn_download_pdf.png and /dev/null differ diff --git a/docs/index.assets/btn_download_pdf_dark.png b/docs/index.assets/btn_download_pdf_dark.png new file mode 100644 index 000000000..864670865 Binary files /dev/null and b/docs/index.assets/btn_download_pdf_dark.png differ diff --git a/docs/index.assets/btn_download_pdf_light.png b/docs/index.assets/btn_download_pdf_light.png new file mode 100644 index 000000000..6b412afce Binary files /dev/null and b/docs/index.assets/btn_download_pdf_light.png differ diff --git a/docs/index.assets/btn_read_online.png b/docs/index.assets/btn_read_online.png deleted file mode 100644 index e6987afd2..000000000 Binary files a/docs/index.assets/btn_read_online.png and /dev/null differ diff --git a/docs/index.assets/btn_read_online_dark.png b/docs/index.assets/btn_read_online_dark.png new file mode 100644 index 000000000..5ab4d76a7 Binary files /dev/null and b/docs/index.assets/btn_read_online_dark.png differ diff --git a/docs/index.assets/btn_read_online_light.png b/docs/index.assets/btn_read_online_light.png new file mode 100644 index 000000000..fe5d60dfb Binary files /dev/null and b/docs/index.assets/btn_read_online_light.png differ diff --git a/docs/index.assets/hello_algo_knowledge_map_tp.png b/docs/index.assets/hello_algo_knowledge_map_tp.png index 79a658195..7319b6ff8 100644 Binary files a/docs/index.assets/hello_algo_knowledge_map_tp.png and b/docs/index.assets/hello_algo_knowledge_map_tp.png differ diff --git a/docs/index.md b/docs/index.md index 1149c720c..09dae7cdd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,21 +7,22 @@ hide:

- -     +

《 Hello 算法 》

-

动画图解、能运行、可提问的数据结构与算法教程

+

在动画与代码中掌握数据结构与算法

- + + - + +

@@ -92,7 +93,7 @@ hide:

作者简介

-靳宇栋 (Krahets),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。 +靳宇栋 ([Krahets](https://leetcode.cn/u/jyd/)),大厂高级算法工程师,上海交通大学硕士。力扣(LeetCode)全网阅读量最高博主,其 LeetBook《图解算法数据结构》已被订阅 24 万本。 --- diff --git a/mkdocs.yml b/mkdocs.yml index 5b2bd53ca..d7853ec2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Hello 算法 site_url: https://www.hello-algo.com/ site_author: Krahets -site_description: 一本动画图解、能运行、可提问的数据结构与算法入门书 +site_description: 在动画与代码中掌握数据结构与算法 docs_dir: build # Repository repo_name: krahets/hello-algo