~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{% extends "base.html" %}
2{% block extrahead %}
3<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
4{% endblock %}
5<!-- Staging build -->
6{% block announce %}
7 {% if config.extra.deployment == "staging" %}
8 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>
9 {% else %}
10 For updates follow <strong>@ajhalili2006</strong> on
11 <a rel="me" href="https://tilde.zone/@ajhalili2006">
12 <span class="twemoji mastodon">
13 {% include ".icons/fontawesome/brands/mastodon.svg" %}
14 </span>
15 <strong>the tildeverse</strong>
16 </a>
17 and
18 <a href="https://substack.com/@ajhalili2006">
19 <span class="twemoji substack">
20 {% include ".icons/simple/substack.svg" %}
21 </span>
22 <strong>Substack</strong>
23 </a>
24 {% endif %}
25{% endblock %}
26