【问题标题】:How to insert a teaser breaker in the hexo post?如何在 hexo 帖子中插入预告片?
【发布时间】:2018-10-28 14:32:27
【问题描述】:

知道如何在 hexo 的帖子中添加预告片断路器或换行符吗?

所以默认情况下主页的列表视图将为每个帖子显示预告片之前的内容?似乎默认情况下,它会显示主页中的所有内容。

【问题讨论】:

    标签: markdown hexo


    【解决方案1】:

    这取决于您使用的主题。

    如果主题确实支持它,您可以在您的帖子中这样做:

    title: post title
    ---
    This part is the excerpt, get it with the <%- post.excerpt %>
    <!-- more --> 
    This is the rest of the post. You can get it with <%- post.more %>
    

    https://github.com/hexojs/hexo/issues/1143#issuecomment-102247129

    【讨论】:

      猜你喜欢
      • 2015-03-09
      • 1970-01-01
      • 2015-10-08
      • 1970-01-01
      • 1970-01-01
      • 2016-12-24
      • 1970-01-01
      • 2023-02-04
      • 1970-01-01
      相关资源
      最近更新 更多