~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
at main 1.4 kB view raw
1{#- 2 3SPDX-License-Identifier: MIT 4 5-#} 6{% extends "base.html" %} 7 8{% block site_meta %} 9{{ super() }} 10 <meta name="readthedocs-addons-api-version" content="1" /> 11{% endblock %} 12 13{% block extrahead %} 14 <link rel="stylesheet" href="{{ 'assets/stylesheets/theme.css' | url }}"> 15 <script src="https://hypothes.is/embed.js" async></script> 16 17<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>--> 18{% endblock %} 19 20<!-- Staging build --> 21{% block announce %} 22For updates follow <strong>@ajhalili2006</strong> on <a rel="me" href="https://tilde.zone/@ajhalili2006"><span class="twemoji mastodon">{% include ".icons/fontawesome/brands/mastodon.svg" %}</span><strong>the tildeverse</strong></a>, <a rel="me" href="https://bsky.app/profile/andreijiroh.dev"><span class="twemoji bluesky">{% include ".icons/simple/bluesky.svg" %}</span><strong>Bluesky</strong></a>, 23and <a href="https://substack.com/@ajhalili2006"><span class="twemoji substack">{% include ".icons/simple/substack.svg" %}</span><strong>Substack</strong></a>. (<a href="https://recaptime.dev">Looking for Recap Time Squad?</a>) 24{% endblock %} 25{% block container %} 26 27<div class="md-content" data-md-component="content"> 28 <article class="md-content__inner md-typeset"> 29 {% block content %} 30 {% include "partials/content.html" %} 31 {% endblock %} 32 </article> 33</div> 34{% endblock %} 35