feat(config): add prismjs & updated_option
This commit is contained in:
parent
c512203f5a
commit
713819f8cb
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user