mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
❤
This commit is contained in:
@ -46,7 +46,7 @@ relative_link: false
|
||||
future: true
|
||||
highlight:
|
||||
enable: false
|
||||
line_number: true
|
||||
line_number: false
|
||||
auto_detect: false
|
||||
tab_replace: ''
|
||||
wrap: true
|
||||
@ -98,4 +98,6 @@ theme: fluid
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/deployment.html
|
||||
deploy:
|
||||
type: ''
|
||||
type: 'git'
|
||||
branch: master
|
||||
message: ❤
|
||||
|
3205
package-lock.json
generated
3205
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -12,14 +12,20 @@
|
||||
"version": "4.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-htmlclean": "^2.7.22",
|
||||
"gulp-htmlmin": "^5.0.1",
|
||||
"gulp-imagemin": "^7.1.0",
|
||||
"gulp-minify-css": "^1.2.4",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"hexo": "^4.0.0",
|
||||
"hexo-generator-archive": "^1.0.0",
|
||||
"hexo-generator-category": "^1.0.0",
|
||||
"hexo-generator-index": "^1.0.0",
|
||||
"hexo-generator-tag": "^1.0.0",
|
||||
"hexo-renderer-ejs": "^1.0.0",
|
||||
"hexo-renderer-stylus": "^1.1.0",
|
||||
"hexo-renderer-marked": "^2.0.0",
|
||||
"hexo-renderer-stylus": "^1.1.0",
|
||||
"hexo-server": "^1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
source/defect/images/img/Sensei_dark.png
Normal file
BIN
source/defect/images/img/Sensei_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
@ -305,9 +305,9 @@ about: # 以下仅为页面顶部的基本信息,更多内容请在 ./pages/a
|
||||
# 404 Page
|
||||
#---------------------------
|
||||
page404:
|
||||
banner_img: /defect/images/img/default.png
|
||||
banner_img_height: 80 # available: 0 - 100
|
||||
subtitle: 'Page not found'
|
||||
banner_img: /defect/images/img/Sensei_dark.png
|
||||
banner_img_height: 100 # available: 0 - 100
|
||||
subtitle: 'Page not found o(* ̄▽ ̄*)ブ'
|
||||
|
||||
|
||||
#---------------------------
|
||||
|
Reference in New Issue
Block a user