Skip to content

Commit 2465705

Browse files
authored
feat: 基于@142vip/vuepress对站点升级,简化配置、优化整体结构 (#234)
1 parent b7c798d commit 2465705

File tree

25 files changed

+2311
-1815
lines changed

25 files changed

+2311
-1815
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Release history
1+
# Changelog
22

3-
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

55
<!-- #region recent-alpha -->
66

docs/.vuepress/styles/config.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ $code-dark-theme: 'atom-dark';
1818
// 主题色 配合outlook显示
1919
//$theme-colors: #2196f3, #f26d6d, #3eaf7c, #fb9b5f;
2020

21-
$theme-color: #fb9b5f
21+
$theme-color: #4f4ac2

docs/CHANGELOG.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,13 @@
11
---
2+
title: 变更记录
23
permalink: /changelog.html
3-
headerDepth: 1
4+
toc:
5+
levels: 2
46
sidebar: false
57
---
68

79
# 变更记录
810

9-
::: tip
10-
11-
12-
> 有时间再梳理梳理吧....
13-
14-
### 2020.5.30
15-
16-
- 第一次Github提交,开源
17-
18-
### 2020.5.1
19-
20-
- 项目成立,取名`JavaScriptCollection`
21-
22-
该文件包含 `JavaScriptCollection` 仓库和网站所有显着更改。
23-
24-
:::
25-
2611
<!-- @include: ../CHANGELOG.md#recent-alpha -->
2712

2813
## 更多记录

docs/develop-skill/code-manager/git.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Git的使用
33
permalink: /develop-skill/code-manager/git.html
4-
headerDepth: 2
4+
toc:
5+
levels: 2
56
---
67

78
# Git的使用

docs/front-end/base-begin/javascript.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: JavaScript相关
33
permalink: /front-end/base-begin/javascript.html
4-
headerDepth: 2
4+
toc:
5+
levels: 2
56
---
67

78
# JavaScript

docs/job-chance/job-poster-bytedance.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 字节跳动
33
permalink: /job-chance/job-poster-bytedance.html
4-
headerDepth: 1
4+
toc:
5+
levels: 1
56
---
67

78
# 字节跳动内推

docs/quick-start.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 快速开始
33
permalink: /quick-start.html
4-
headerDepth: 1
4+
toc:
5+
levels: 1
56
sidebar: false
67
---
78

docs/read-books/cs-books/ES6标准入门.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: ES6标准入门
33
permalink: /read-books/cs-books/standard-es6.html
4-
headerDepth: 2
4+
toc:
5+
levels: 2
56
---
67

78
# ES6标准入门

docs/server-end/design-patterns/设计原则/依赖倒置原则.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 依赖倒置原则
33
permalink: /server-end/design-patterns/dependency-inversion-principle.html
4-
headerDepth: 0
4+
toc:
5+
levels: 0
56
---
67

78
# 依赖倒置原则

docs/server-end/design-patterns/设计原则/单一职责原则.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: 单一职责原则
33
permalink: /server-end/design-patterns/single-responsibility-principle.html
4-
headerDepth: 0
4+
toc:
5+
levels: 0
56
---
67

78
# 单一职责原则

0 commit comments

Comments
 (0)