volantis-x / hexo-theme-volantis

A Wonderful Theme for Hexo.
https://volantis.js.org
MIT License
2.05k stars 599 forks source link

展示文章列表的时候,无法取消全文展示,无法显示read more button #276

Closed ghost closed 4 years ago

ghost commented 4 years ago

If you delete this template, we may close your issue without conducting an investigation. 如果您删除此模版,我们可能会在不进行调查的情况下关闭您的 Issue。

Please check if your Issue fulfills the following requirements. This will guide you to resolve the issue quickly. 请务必确认您在提交此 Issue 前已经查看并完成了下列检查单中的所有事项。这会指导您快速地解决问题。

Issue Checklist


Describe your question

您好,在设置展示文章列表的时候,无法显示read more button 一直都是全文显示

Environment Information

Node.js and NPM Information

Package dependencies Information

Hexo Configuration

Volantis Configuration

layout:
  # The following can be written in `blog/source/_data/layout.yml`
  # 文章列表(主页、自定义的列表)布局
  on_list:
    # 列表中每一篇文章的meta信息
    meta: [author, category, date, wordcount, top]
    # 列表类页面的侧边栏
    sidebar: [blogger, category, tagcloud, qrcode]
    # read more button
    readmore: Read More <i class="fas fa-chevron-right"></i>
  # 页面布局
  on_page:
    # 文章页面主体元素,你也可以在页面的Front-matter中设置
    body: [article, comments]
    # 默认的meta信息,文章中没有配置则按照这里的配置来显示,设置为false则不显示
    # 其中,title只在header中有效,music和thumbnail无需在这里设置,文章中有则显示
    # 如果tags放置在meta.header中,那么在post列表中不显示(因为卡片下方已经有了)
    meta:
      header: [title, author, category, date, top]
      footer: [updated, tags, btns]
    # 文章页面的侧边栏
    sidebar: [qrcode, toc]
  # 文章布局,参数继承自 on_page
  on_post:
    # 文章页脚,自动在每一篇文章末尾添加
    article_footer: [references, related_repos, copyright, donate]
  # 其他的页面布局暂时等于 on_list

Other Information

ericclose commented 4 years ago

239 重复issue。

你需要在文章加上 <!-- more --> 生成摘要。

注意: <!-- more --> 上下各留一行空行

ghost commented 4 years ago

可以了,谢谢,开发者