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)