404 error page
This commit is contained in:
23
404.md
Normal file
23
404.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
# Feel free to add content and custom Front Matter to this file.
|
||||||
|
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
|
||||||
|
|
||||||
|
layout: single
|
||||||
|
author_profile: false
|
||||||
|
# title: "about me"
|
||||||
|
canonical_url: "https://steffenillium.de/404"
|
||||||
|
permalink: "/404"
|
||||||
|
entries_layout: grid
|
||||||
|
header:
|
||||||
|
overlay_image: /assets/images/404.jpg
|
||||||
|
caption: "Photo credit: [Image by storyset](https://www.freepik.com/free-vector/404-error-with-landscape-concept-illustration_20602785.htm)
|
||||||
|
---
|
||||||
|
|
||||||
|
Uh Oh,
|
||||||
|
|
||||||
|
this is unexpected...
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -261,7 +261,7 @@ defaults:
|
|||||||
comments: false
|
comments: false
|
||||||
share: false
|
share: false
|
||||||
related: true
|
related: true
|
||||||
show_date: true
|
show_date: false
|
||||||
|
|
||||||
scholar:
|
scholar:
|
||||||
style: acm-siggraph
|
style: acm-siggraph
|
||||||
|
7
assets/images/.comments/404.jpg.xml
Normal file
7
assets/images/.comments/404.jpg.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<comment version="3.0">
|
||||||
|
<caption>Editorial commision</caption>
|
||||||
|
<note/>
|
||||||
|
<place/>
|
||||||
|
<categories/>
|
||||||
|
</comment>
|
BIN
assets/images/404.jpg
Normal file
BIN
assets/images/404.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Binary file not shown.
Before Width: | Height: | Size: 89 KiB |
@ -10,7 +10,7 @@ server {
|
|||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
}
|
}
|
||||||
|
|
||||||
error_page 404 /404.html;
|
error_page 404 500 502 503 504 /404.html;
|
||||||
location = /404.html {
|
location = /404.html {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user