






















hexo new page 名称hexo new 名称或hexo n 名称hexo new draft 名称或hexo n draft 名称hexo publish 名称或hexo p 名称hexo publish page 名称或hexo p page 名称hexo cleanhexo shexo s --draftshexo ghexo dhexo g -d或hexo d -gtags: 【标签1,标签2】<!-- more -->手动进行截断,Hexo 提供的方式(推荐)auto_excerpt:
enable: true
length: 150
默认截取的长度为 150 字符,可以根据需要自行设定
建议使用
<!-- more -->(即第一种方式),除了可以精确控制需要显示的摘录内容以外, 这种方式也可以让 Hexo 中的插件更好的识别。
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。