hopefully /content/errorpages/ is now really no longer ignored
This commit is contained in:
parent
f7c7cda070
commit
8eb40e0ebf
6 changed files with 31 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,4 +10,4 @@ git-deploy
|
|||
.directory
|
||||
|
||||
# not ignored directories
|
||||
!/content/errorpages/*
|
||||
!/content/errorpages/
|
||||
|
|
6
content/errorpages/400.md
Normal file
6
content/errorpages/400.md
Normal 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"
|
||||
---
|
6
content/errorpages/401.md
Normal file
6
content/errorpages/401.md
Normal 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"
|
||||
---
|
6
content/errorpages/403.md
Normal file
6
content/errorpages/403.md
Normal 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"
|
||||
---
|
6
content/errorpages/404.md
Normal file
6
content/errorpages/404.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Dark Matter (404)"
|
||||
heading: "Dark Matter (404)"
|
||||
subheading: "You found it! Finally: Nothing!"
|
||||
handle: "vrifox"
|
||||
---
|
6
content/errorpages/_index.md
Normal file
6
content/errorpages/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Dark Matter (404)"
|
||||
heading: "Dark Matter (404)"
|
||||
subheading: "You found it! Finally: Nothing!"
|
||||
handle: "vrifox"
|
||||
---
|
Loading…
Reference in a new issue