mirror of
https://github.com/SouthFox-D/SouthFox-D.github.io.git
synced 2025-01-18 06:46:20 +01:00
[build] change syntax_highlighter to prismjs
This commit is contained in:
parent
9cf9fd50d1
commit
04a16c2c61
1 changed files with 5 additions and 6 deletions
11
_config.yml
11
_config.yml
|
@ -44,13 +44,12 @@ render_drafts: false
|
||||||
post_asset_folder: false
|
post_asset_folder: false
|
||||||
relative_link: true
|
relative_link: true
|
||||||
future: true
|
future: true
|
||||||
highlight:
|
syntax_highlighter: prismjs
|
||||||
enable: true
|
prismjs:
|
||||||
|
preprocess: true
|
||||||
line_number: true
|
line_number: true
|
||||||
auto_detect: false
|
line_threshold: 0
|
||||||
tab_replace: ''
|
tab_replace: ""
|
||||||
wrap: true
|
|
||||||
hljs: false
|
|
||||||
|
|
||||||
# Home page setting
|
# Home page setting
|
||||||
# path: Root path for your blogs index page. (default = '')
|
# path: Root path for your blogs index page. (default = '')
|
||||||
|
|
Loading…
Reference in a new issue