设置首页不显示全文


在主题目录(如next)下,打开_config.yml文件
找到”auto_excerpt”,如下:

1
2
3
4
5
# Please use <!-- more --> in the post to control excerpt accurately.
auto_excerpt:
enable: false
length: 150

将“enable”属性改成“true”即可。

很简单的吧^_^