Add a _global_ collection

This commit is contained in:
Alexis Hassler 2019-05-04 21:31:47 +02:00
parent be7a29f8ae
commit 6773809206
7 changed files with 5 additions and 1 deletions

View File

@ -33,3 +33,7 @@ collections:
output: true output: true
permalink: "/:path" permalink: "/:path"
path: "" path: ""
global:
output: true
permalink: "/:path"
path: ""

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -258,5 +258,5 @@ References:
* Example of a [redirected page](Redirect.html) * Example of a [redirected page](Redirect.html)
* Example of a [user page](./User:Alexis.html) * Example of a [user page](./User:Alexis.html)
* [RSS](feed.xml) feed of new pages * [RSS](feed.xml) feed of new pages
* Example of a [tag page](./Category:Example.html) * Example of a [tag page](./Tag:Example.html)
* [All tags page](./tags.html) * [All tags page](./tags.html)