Skip to content

Commit 621e749

Browse files
committed
[LOGO] Add logo && favicon for website
1 parent 89f4116 commit 621e749

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align="center">
2+
<img src=./docs/images/csdiy-blue.png width="300" height="300">
3+
</div>
4+
15
# CS 自学指南
26

37
> *Everyone should enjoy CS if you have a good teacher to teach you a good course.*
@@ -40,6 +44,7 @@
4044

4145
## ✨ 鸣谢
4246

47+
特别感谢 @[AlfredThiel](https://github.com/AlfredThiel) 为项目制作了精美的 Logo。
4348
<!-- support by https://contrib.rocks -->
4449
<a href="https://github.com/PKUFlyingPig/cs-self-learning/graphs/contributors">
4550
<img src="https://contrib.rocks/image?repo=PKUFlyingPig/cs-self-learning"/>

docs/images/csdiy-blue.png

111 KB
Loading

docs/images/favicon16x16.png

963 Bytes
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 前言
22

3+
<figure markdown>
4+
![Image title](./images/csdiy-blue.png){ width="400" }
5+
</figure>
6+
37
**最近更新:增加陈天奇[机器学习编译](机器学习系统/MLC.md),增加 CMU [机器学习系统](机器学习系统/MLSys.md)**
48
<!-- **最近更新:增加[Caltech CS 122: Database System Implementation](./数据库系统/CS122.md) ,重新整理[好书推荐](./%E5%A5%BD%E4%B9%A6%E6%8E%A8%E8%8D%90.md)模块 ~** -->
59
<!-- **最近更新:增加南京大学[操作系统课程](操作系统/NJUOS.md),增加毕业论文[写作教程](必学工具/thesis.md) ~** -->

mkdocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ copyright: Copyright &copy; 2021-present <a href="https://github.com/PKUFlyingPi
1212
theme:
1313
name: material
1414
language: zh
15-
1615
static_templates:
1716
- 404.html
18-
17+
favicon: images/favicon16x16.png
1918
include_search_page: false
2019
search_index_only: true
2120

@@ -59,6 +58,10 @@ theme:
5958

6059
custom_dir: overrides
6160

61+
markdown_extensions:
62+
- attr_list
63+
- md_in_html
64+
6265
plugins:
6366
- search:
6467
lang: ja

0 commit comments

Comments
 (0)