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" +---