From 67738092064d459e3b79f7f9c503b048fe8b2506 Mon Sep 17 00:00:00 2001 From: Alexis Hassler Date: Sat, 4 May 2019 21:31:47 +0200 Subject: [PATCH] Add a _global_ collection --- _config.yml | 4 ++++ 404.html => _global/404.html | 0 favicon.ico => _global/favicon.ico | Bin feed.xml => _global/feed.xml | 0 index.html => _global/index.html | 0 tags.html => _global/tags.html | 0 _wiki/Main.md | 2 +- 7 files changed, 5 insertions(+), 1 deletion(-) rename 404.html => _global/404.html (100%) rename favicon.ico => _global/favicon.ico (100%) rename feed.xml => _global/feed.xml (100%) rename index.html => _global/index.html (100%) rename tags.html => _global/tags.html (100%) diff --git a/_config.yml b/_config.yml index 3320f41..48524c1 100644 --- a/_config.yml +++ b/_config.yml @@ -33,3 +33,7 @@ collections: output: true permalink: "/:path" path: "" + global: + output: true + permalink: "/:path" + path: "" diff --git a/404.html b/_global/404.html similarity index 100% rename from 404.html rename to _global/404.html diff --git a/favicon.ico b/_global/favicon.ico similarity index 100% rename from favicon.ico rename to _global/favicon.ico diff --git a/feed.xml b/_global/feed.xml similarity index 100% rename from feed.xml rename to _global/feed.xml diff --git a/index.html b/_global/index.html similarity index 100% rename from index.html rename to _global/index.html diff --git a/tags.html b/_global/tags.html similarity index 100% rename from tags.html rename to _global/tags.html diff --git a/_wiki/Main.md b/_wiki/Main.md index 172a856..9cb260e 100644 --- a/_wiki/Main.md +++ b/_wiki/Main.md @@ -258,5 +258,5 @@ References: * Example of a [redirected page](Redirect.html) * Example of a [user page](./User:Alexis.html) * [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)