merge(#37): from sukkaw/5.0.0
This commit is contained in:
commit
3f8ceb20b7
@ -51,6 +51,11 @@ highlight:
|
|||||||
tab_replace: ''
|
tab_replace: ''
|
||||||
wrap: true
|
wrap: true
|
||||||
hljs: false
|
hljs: false
|
||||||
|
prismjs:
|
||||||
|
enable: false
|
||||||
|
preprocess: true
|
||||||
|
line_number: true
|
||||||
|
tab_replace: ''
|
||||||
|
|
||||||
# Home page setting
|
# Home page setting
|
||||||
# path: Root path for your blogs index page. (default = '')
|
# path: Root path for your blogs index page. (default = '')
|
||||||
@ -76,8 +81,8 @@ meta_generator: true
|
|||||||
## http://momentjs.com/docs/#/displaying/format/
|
## http://momentjs.com/docs/#/displaying/format/
|
||||||
date_format: YYYY-MM-DD
|
date_format: YYYY-MM-DD
|
||||||
time_format: HH:mm:ss
|
time_format: HH:mm:ss
|
||||||
## Use post's date for updated date unless set in front-matter
|
## updated_option supports 'mtime', 'date', 'empty'
|
||||||
use_date_for_updated: false
|
updated_option: 'mtime'
|
||||||
|
|
||||||
# Pagination
|
# Pagination
|
||||||
## Set per_page to 0 to disable pagination
|
## Set per_page to 0 to disable pagination
|
||||||
|
|||||||
@ -18,8 +18,8 @@
|
|||||||
"hexo-generator-index": "^1.0.0",
|
"hexo-generator-index": "^1.0.0",
|
||||||
"hexo-generator-tag": "^1.0.0",
|
"hexo-generator-tag": "^1.0.0",
|
||||||
"hexo-renderer-ejs": "^1.0.0",
|
"hexo-renderer-ejs": "^1.0.0",
|
||||||
|
"hexo-renderer-marked": "^3.0.0",
|
||||||
"hexo-renderer-stylus": "^1.1.0",
|
"hexo-renderer-stylus": "^1.1.0",
|
||||||
"hexo-renderer-marked": "^2.0.0",
|
|
||||||
"hexo-server": "^1.0.0"
|
"hexo-server": "^1.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user