Skip to content
本页目录

home_article

home_article 该配置项用于设置首页文章块底部的标签和分类信息显示。

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

category

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

    • 不开启效果 image

    • 开启效果 image

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

tag

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

    • 不开启效果 image

    • 开启效果 image

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

Released under the AGPL-3.0 License