Hexo-theme-next: 如何修改首页文章摘要的显示方式?

Created on 31 Mar 2017  ·  5Comments  ·  Source: iissnan/hexo-theme-next

问题: 让博客首页的文章摘要部分只显示无样式的纯文本(现在带有标题或段落的css样式)应该如
何实现?
达到效果: 在网上看到的博客,但是作者并没有博客代码仓库。。。
示例博客

以前没有接触过swig模板语言,想请教一下各位如何实现我要的效果。。


显示效果对比:

pic1

代码对比:

pic2

Most helpful comment

不用改代码那么复杂吧,主题配置文件中的自动摘要就是不带样式的纯文本:

# Automatically Excerpt. Not recommend.
# Please use <!-- more --> in the post to control excerpt accurately.
auto_excerpt:
  enable: true
  length: 200

enable设置为truelength控制自动摘要的字数。

All 5 comments

不用改代码那么复杂吧,主题配置文件中的自动摘要就是不带样式的纯文本:

# Automatically Excerpt. Not recommend.
# Please use <!-- more --> in the post to control excerpt accurately.
auto_excerpt:
  enable: true
  length: 200

enable设置为truelength控制自动摘要的字数。

@skyue
呃,,,
还能说啥
完美解决了我的问题
汗。。。

不过我这急性子自己也写好了。。

哈哈,又看到这个设置了,不错!~!

想知道怎么显示有样式的文本?==。。。。

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwwangchn picture jwwangchn  ·  3Comments

syscca picture syscca  ·  4Comments

Nirvanada picture Nirvanada  ·  4Comments

keltoy picture keltoy  ·  3Comments

ifgao picture ifgao  ·  4Comments