From ee7d13e307505f6de34f9f3f3c8d9da94883f376 Mon Sep 17 00:00:00 2001 From: Mimi <1119186082@qq.com> Date: Thu, 11 Jun 2020 12:59:55 +0800 Subject: [PATCH] Update docs in _config.yml --- _config.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 45a2b23..038a661 100644 --- a/_config.yml +++ b/_config.yml @@ -287,11 +287,11 @@ related_posts: #isExcerpt: false # Post edit -# Dependencies: https://github.com/hexojs/hexo-deployer-git +# Easily browse and edit blog source code online. post_edit: 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/edit/branch-name/subdirectory-name # Link for fork & edit + 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 # Show previous post and next post in post footer if exists # Available values: left | right | false @@ -486,6 +486,7 @@ baidu_push: false # --------------------------------------------------------------- # Math Formulas Render Support +# Server-side plugin: https://github.com/next-theme/hexo-filter-mathjax math: # Default (true) will load mathjax / katex script on demand. # That is it only render those page which has `mathjax: true` in Front-matter. @@ -523,12 +524,12 @@ lazyload: false # Pangu Support # For more information: https://github.com/vinta/pangu.js +# Server-side plugin: https://github.com/next-theme/hexo-pangu pangu: false # Quicklink Support -# Do not enable both `pjax` and `quicklink`. # For more information: https://github.com/GoogleChromeLabs/quicklink -# Front-matter (unsupport home archive). +# Front-matter variable (unsupport home archive). quicklink: enable: false