From 8eb40e0ebf28b5dd5f4234b71223fda39eae7d04 Mon Sep 17 00:00:00 2001 From: Vrifox Date: Tue, 22 Sep 2020 16:10:14 +0200 Subject: [PATCH] hopefully /content/errorpages/ is now really no longer ignored --- .gitignore | 2 +- content/errorpages/400.md | 6 ++++++ content/errorpages/401.md | 6 ++++++ content/errorpages/403.md | 6 ++++++ content/errorpages/404.md | 6 ++++++ content/errorpages/_index.md | 6 ++++++ 6 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 content/errorpages/400.md create mode 100644 content/errorpages/401.md create mode 100644 content/errorpages/403.md create mode 100644 content/errorpages/404.md create mode 100644 content/errorpages/_index.md diff --git a/.gitignore b/.gitignore index a0cb58c..c8067b3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,4 @@ git-deploy .directory # not ignored directories -!/content/errorpages/* +!/content/errorpages/ diff --git a/content/errorpages/400.md b/content/errorpages/400.md new file mode 100644 index 0000000..f210091 --- /dev/null +++ b/content/errorpages/400.md @@ -0,0 +1,6 @@ +--- +title: "Not understood (400)" +heading: "Not understood (400)" +subheading: "What ever you tried, sorry, but I can't understand your request." +handle: "vrifox" +--- diff --git a/content/errorpages/401.md b/content/errorpages/401.md new file mode 100644 index 0000000..57abaf5 --- /dev/null +++ b/content/errorpages/401.md @@ -0,0 +1,6 @@ +--- +title: "Locked Door (401)" +heading: "Locked Door (401)" +subheading: "Oh, no! A locked door and we lost our key!" +handle: "vrifox" +--- diff --git a/content/errorpages/403.md b/content/errorpages/403.md new file mode 100644 index 0000000..b8d0545 --- /dev/null +++ b/content/errorpages/403.md @@ -0,0 +1,6 @@ +--- +title: "Hidden Treasures (403)" +heading: "Hidden Treasures (403)" +subheading: "You could have easily found hidden treasures, but you're not allowed to go there!" +handle: "vrifox" +--- diff --git a/content/errorpages/404.md b/content/errorpages/404.md new file mode 100644 index 0000000..1b9d50d --- /dev/null +++ b/content/errorpages/404.md @@ -0,0 +1,6 @@ +--- +title: "Dark Matter (404)" +heading: "Dark Matter (404)" +subheading: "You found it! Finally: Nothing!" +handle: "vrifox" +--- diff --git a/content/errorpages/_index.md b/content/errorpages/_index.md new file mode 100644 index 0000000..1b9d50d --- /dev/null +++ b/content/errorpages/_index.md @@ -0,0 +1,6 @@ +--- +title: "Dark Matter (404)" +heading: "Dark Matter (404)" +subheading: "You found it! Finally: Nothing!" +handle: "vrifox" +---