This commit is contained in:
DefectingCat
2020-02-12 20:48:26 +08:00
parent 14221b8dad
commit c0a51fbd51
5 changed files with 3203 additions and 24 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -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(* ̄▽ ̄*)ブ'
#---------------------------