getherbie/plugin-random

Herbie 随机插件。

安装: 242

依赖: 1

推荐者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 0

类型:herbie-plugin

v1.0.0 2016-04-05 15:03 UTC

This package is auto-updated.

Last update: 2024-09-28 23:35:00 UTC


README

Random 是一个 Herbie 插件,允许你在任何页面上随机显示另一个页面的内容。

安装

您可以通过 Composer 安装此插件。

$ composer require getherbie/plugin-random

之后,您需要在配置文件中激活此插件。

plugins:
    enable:
        - random

要激活 Random 插件的页面应按以下方式操作。您可以可选地通过指定路由排除一个或多个页面。

---
title: Zufall
nocache: 1
random:
    excludes: [blog,kontakt]
---