~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<script src="https://hypothes.is/embed.js" async></script>
11{% endblock %}
12<!-- Staging build -->
13{% block announce %}
14For updates follow <strong>@ajhalili2006</strong> on
15<a rel="me" href="https://tilde.zone/@ajhalili2006">
16 <span class="twemoji mastodon">
17 {% include ".icons/fontawesome/brands/mastodon.svg" %}
18 </span>
19<strong>the tildeverse</strong>
20</a>
21and
22<a href="https://substack.com/@ajhalili2006">
23 <span class="twemoji substack">
24 {% include ".icons/simple/substack.svg" %}
25 </span>
26 <strong>Substack</strong>
27</a>
28{% endblock %}
29{% block container %}
30 <div class="md-content" data-md-component="content">
31 <article class="md-content__inner md-typeset">
32 {% block content %}
33 {% include "partials/content.html" %}
34 {% endblock %}
35 </article>
36 </div>
37 {% endblock %}
38