mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Update docs in _config.yml
This commit is contained in:
parent
6bd195a9b1
commit
ee7d13e307
11
_config.yml
11
_config.yml
@ -287,11 +287,11 @@ related_posts:
|
|||||||
#isExcerpt: false
|
#isExcerpt: false
|
||||||
|
|
||||||
# Post edit
|
# Post edit
|
||||||
# Dependencies: https://github.com/hexojs/hexo-deployer-git
|
# Easily browse and edit blog source code online.
|
||||||
post_edit:
|
post_edit:
|
||||||
enable: false
|
enable: false
|
||||||
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name # Link for view source
|
url: https://github.com/user-name/repo-name/tree/branch-name/subdirectory-name/ # Link for view source
|
||||||
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name # Link for fork & edit
|
#url: https://github.com/user-name/repo-name/edit/branch-name/subdirectory-name/ # Link for fork & edit
|
||||||
|
|
||||||
# Show previous post and next post in post footer if exists
|
# Show previous post and next post in post footer if exists
|
||||||
# Available values: left | right | false
|
# Available values: left | right | false
|
||||||
@ -486,6 +486,7 @@ baidu_push: false
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
|
||||||
# Math Formulas Render Support
|
# Math Formulas Render Support
|
||||||
|
# Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax
|
||||||
math:
|
math:
|
||||||
# Default (true) will load mathjax / katex script on demand.
|
# Default (true) will load mathjax / katex script on demand.
|
||||||
# That is it only render those page which has `mathjax: true` in Front-matter.
|
# That is it only render those page which has `mathjax: true` in Front-matter.
|
||||||
@ -523,12 +524,12 @@ lazyload: false
|
|||||||
|
|
||||||
# Pangu Support
|
# Pangu Support
|
||||||
# For more information: https://github.com/vinta/pangu.js
|
# For more information: https://github.com/vinta/pangu.js
|
||||||
|
# Server-side plugin: https://github.com/next-theme/hexo-pangu
|
||||||
pangu: false
|
pangu: false
|
||||||
|
|
||||||
# Quicklink Support
|
# Quicklink Support
|
||||||
# Do not enable both `pjax` and `quicklink`.
|
|
||||||
# For more information: https://github.com/GoogleChromeLabs/quicklink
|
# For more information: https://github.com/GoogleChromeLabs/quicklink
|
||||||
# Front-matter (unsupport home archive).
|
# Front-matter variable (unsupport home archive).
|
||||||
quicklink:
|
quicklink:
|
||||||
enable: false
|
enable: false
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user