~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 (either locally or in a cloud development environment) and you hit an URL 23 configured for redirects (at Cloudflare Pages or similiar), try 24 <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config</a>, 25 <a href="https://developers.cloudflare.com/workers/static-assets/redirects/">in the <code>_redirects</code> file for Cloudflare Workers</a>, and/or 26 <a href="https://docs.readthedocs.com/platform/stable/user-defined-redirects.html">in the Read the Docs Community project settings</a>. 27 </p> 28 <p> 29 Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.dev">production</a> 30 and <a href="https://staging.andreijiroh.dev">staging</a> versions of the website. (The tilde versions of the site may be 31 may lag behind Cloudflare Pages deploys.) 32 </p> 33{% endblock %}