hopefully /content/errorpages/ is now really no longer ignored

This commit is contained in:
Vrifox 2020-09-22 16:10:14 +02:00
parent f7c7cda070
commit 8eb40e0ebf
6 changed files with 31 additions and 1 deletions

2
.gitignore vendored
View file

@ -10,4 +10,4 @@ git-deploy
.directory .directory
# not ignored directories # not ignored directories
!/content/errorpages/* !/content/errorpages/

View file

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

View file

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

View file

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

View file

@ -0,0 +1,6 @@
---
title: "Dark Matter (404)"
heading: "Dark Matter (404)"
subheading: "You found it! Finally: Nothing!"
handle: "vrifox"
---

View file

@ -0,0 +1,6 @@
---
title: "Dark Matter (404)"
heading: "Dark Matter (404)"
subheading: "You found it! Finally: Nothing!"
handle: "vrifox"
---