getherbie / plugin-random
Herbie 随机插件。
v1.0.0
2016-04-05 15:03 UTC
Requires
- getherbie/herbie: ^1.0.0
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]
---