Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 692 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 692 Bytes

Random Plugin

Random ist ein Herbie Plugin, mit dem du auf einer beliebigen Seite zufallsgesteurt den Inhalt einer anderen Seite anzeigst.

Installation

Das Plugin installierst du via Composer.

$ composer require getherbie/plugin-random

Danach aktivierst du das Plugin in der Konfigurationsdatei.

plugins:
    enable:
        - random

Die Seite, auf welcher das Random-Plugin aktiv sein soll, muss wie folgt aktiviert werden. Optional kannst du eine oder mehrere Seiten ausschliessen, indem du die Route(n) angibst.

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