~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
3SPDX-License-Identifier: MIT
4
5-#}
6
7{% extends "base.html" %}
8{% block extrahead %}
9<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
10{% endblock %}
11<!-- Staging build -->
12{% block announce %}
13 {% if config.extra.deployment == "staging" %}
14 You're previewig the staging build of @ajhalili2006's website on <a href="https://readthedocs.org">RTD Community</a>. <strong><a href="https://andreijiroh.eu.org">Go back to production</a></strong>
15 {% else %}
16 For updates follow <strong>@ajhalili2006</strong> on
17 <a rel="me" href="https://tilde.zone/@ajhalili2006">
18 <span class="twemoji mastodon">
19 {% include ".icons/fontawesome/brands/mastodon.svg" %}
20 </span>
21 <strong>the tildeverse</strong>
22 </a>
23 and
24 <a href="https://substack.com/@ajhalili2006">
25 <span class="twemoji substack">
26 {% include ".icons/simple/substack.svg" %}
27 </span>
28 <strong>Substack</strong>
29 </a>
30 {% endif %}
31{% endblock %}
32