diff --git a/docs/_media/logomakr-3sxxzw-128x128.png b/docs/_media/logomakr-3sxxzw-128x128.png new file mode 100644 index 00000000..80092a94 Binary files /dev/null and b/docs/_media/logomakr-3sxxzw-128x128.png differ diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 47b386ae..a0fd729a 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,26 +1,26 @@ -- 算法 +- :pencil2: 算法 - [剑指 Offer 题解](notes/剑指%20offer%20题解.md) - [Leetcode 题解](notes/Leetcode%20题解) - [算法](notes/算法.md) -- 操作系统 +- :computer: 操作系统 - [计算机操作系统](notes/计算机操作系统.md) - [Linux](notes/Linux.md) -- 网络 +- :cloud: 网络 - [计算机网络](notes/计算机网络.md) - [HTTP](notes/HTTP.md) - [Sockets](notes/Sockets.md) -- 面向对象 +- :couple: 面向对象 - [设计模式](notes/设计模式.md) - [面向对象思想](notes/面向对象思想.md) -- 数据库 +- :floppy_disk: 数据库 - [数据库系统原理](notes/数据库系统原理.md) - [SQL](notes/SQL.md) @@ -28,7 +28,7 @@ - [MySQL](notes/MySQL.md) - [Redis](notes/Redis.md) -- Java +- :coffee: Java - [Java 基础](notes/Java%20基础.md) - [Java 容器](notes/Java%20容器.md) @@ -36,7 +36,7 @@ - [Java 虚拟机](notes/Java%20虚拟机.md) - [Java I/O](notes/Java%20IO.md) -- 系统设计 +- :bulb: 系统设计 - [系统设计基础](notes/系统设计基础.md) - [分布式](notes/分布式.md) @@ -45,7 +45,7 @@ - [缓存](notes/缓存.md) - [消息队列](notes/消息队列.md) -- 工具 +- :hammer:工具 - [Git](notes/Git.md) - [Docker](notes/Docker.md) diff --git a/docs/index.html b/docs/index.html index 595b51ab..e875a412 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,17 +23,19 @@ name: 'CS-Notes', repo: '', loadSidebar: true, - subMaxLevel: 2, - coverpage: true + subMaxLevel: 1, + coverpage: true, + auto2top: true, + // logo: '/_media/logomakr-3sxxzw-128x128.png' } - const gitalk = new Gitalk({ - clientID: '0a3e1a4c29a4778f35f2', - clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c', - repo: 'test', - owner: 'CyC2018', - admin: ['CyC2018'], - distractionFreeMode: false - }) + // const gitalk = new Gitalk({ + // clientID: '0a3e1a4c29a4778f35f2', + // clientSecret: '5bf2890d68acc32cbf8327924805a0b48e15f64c', + // repo: 'test', + // owner: 'CyC2018', + // admin: ['CyC2018'], + // distractionFreeMode: false + // })