-
Notifications
You must be signed in to change notification settings - Fork 120
Index Description
Ben Wong edited this page May 11, 2017
·
3 revisions
主题会在首页输出每篇文章的前 160 个字符,即摘要,如果你想自定义某文章的摘要,请在文章的 Front-matter 里设定 summary:
值。
hexo-theme-Anatole truncates text of your posts after 160 characters in index page. To control each description of your posts, please set summary
property and value to each post.
就像这样:
Like that:
title: Lorem ipsum dolor
date: 2015-12-31 14:49:13
summary: もっと槙さんにぼんやり金少し説明にえた自分大した人私か影響にというお関係たうませないが、この次第も私か兄具合に使うて、槙さんののに当人のあなたにさぞご意味と行くて私個人が
---
この中道具の日その学校はあなたごろがすまなりかとネルソンさんの考えるですん、辺の事実ないというご盲従ありたですと、爺さんのためが薬缶が結果までの箸の当時してならて、多少の十月にためからそういう上からとにかくしましないと触れべきものたで、ないうですと多少お人達したのでたた。
如果只是想控制每篇文章输出比 160 更多或更少的字符,只需编辑 /layout/mixins.jade
,找到 p!= truncate(strip_html(summary), {length: 160})
,修改 160
。
To change the length, you can edit /layout/mixins.jade
, find p!= truncate(strip_html(summary), {length: 160})
then change the number 160
.