Skip to content
本页目录

home_article

home_article 用于设置 Home 页(首页)文章卡片块底部的标签和分类信息显示。

yaml
home_article:
  category:
    enable: false
    limit: 3
  tag:
    enable: false
    limit: 5

image

category

  • enable 是否开启显示文章分类,可选值:truefalse

    • 不开启效果 image

    • 开启效果 image

  • limit 限制显示文章分类个数,默认 3 个。

tag

  • enable 是否开启显示文章标签,可选值:truefalse

    • 不开启效果 image

    • 开启效果 image

  • limit 限制显示文章标签个数,默认 5 个。

Released under the AGPL-3.0 License