docs: modify
This commit is contained in:
@@ -46,7 +46,7 @@ theme: 'resume',
|
||||
|
||||
### 样式覆盖
|
||||
|
||||
创建 .vuepress/palette.styl 文件
|
||||
创建 .vuepress/styles/palette.styl 文件
|
||||
|
||||
```css
|
||||
/* font */
|
||||
|
||||
@@ -5,4 +5,4 @@ $fontWeight = 400
|
||||
// colors
|
||||
$accentColor = #4688F1
|
||||
$textColor = #161F28
|
||||
$borderColor = #eaecef
|
||||
$borderColor = #eaecef
|
||||
@@ -22,9 +22,9 @@
|
||||
"release": "sh scripts/release.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vuepress": "^1.2.0",
|
||||
"vuepress-theme-resume": "^1.0.1",
|
||||
"standard-version": "^4.4.0"
|
||||
"standard-version": "^4.4.0",
|
||||
"vuepress": "^1.3.0",
|
||||
"vuepress-theme-resume": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0.0",
|
||||
|
||||
Reference in New Issue
Block a user