~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion] andreijiroh.dev
zensical mkdocs-material website
1{#- 2 SPDX-License-Identifier: MIT 3 4 This file is copied from https://github.com/squidfunk/mkdocs-material/blob/81c15d5eced1b34e3636acb27d4cf16dad5c26e7/material/404.html 5 alongside with customizations for live site development. 6-#} 7{% extends "main.html" %} 8{% block content %} 9 <h1>404 - Not found</h1> 10 <p> 11 Either the URL has been moved without redirects, taken down for any reasons, or it doesn't exist (yet). 12 </p> 13 <p> 14 If this is not intended to happen, please report this as a bug in the webiste's issue tracker. Otherwise, you can press back 15 on your browser or go back to homepage. 16 </p> 17 <a class="md-button" href="https://gitlab.com/andreijiroh-dev/website/-/issues/new/?issue[title]=Broken link in <URL>">Report this broken link</a> 18 <a class="md-button" href="/">Go back home</a> 19 <h2>Troubleshooting tips</h2> 20 <p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p> 21 <p> 22 If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar), 23 try <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config first</a>. 24 </p> 25 <p> 26 Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.dev">production</a> 27 and <a href="https://staging.andreijiroh.dev">staging</a> versions of the website. (The tilde versions of the site may be 28 may lag behind Cloudflare Pages deploys.) 29 </p> 30{% endblock %}