mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-06 21:53:09 +00:00
Update website content and config
I literally edit them in the ~vern pubnix, which experienced some issues lately (but no data loss on the home directories is being reported yet). Signed-off-by: ~ajhalili2006 (vern/ctrl-c) <ajhalili2006@vern.cc>
This commit is contained in:
parent
c7e8c9bf98
commit
239eedbe7c
9 changed files with 456 additions and 6 deletions
11
overrides/404.html
Normal file
11
overrides/404.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{#-
|
||||
This file is copied from https://github.com/squidfunk/mkdocs-material/blob/81c15d5eced1b34e3636acb27d4cf16dad5c26e7/material/404.html
|
||||
alongside with customizations for live site development.
|
||||
-#}
|
||||
{% extends "main.html" %}
|
||||
{% block content %}
|
||||
<h1>404 - Not found</h1>
|
||||
<h2>Troubleshooting tips</h2>
|
||||
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
||||
<p>If you're developing this site and you hit an URL that's</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue