~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{% if config.extra.deployment %} 2<div class="admonition info"> 3 {% if config.extra.deployment == "staging" %} 4 <p class="admonition-title"> 5 You're previewing the staging build of @ajhalili2006's website on <a href="https://readthedocs.org/projects/ajhalili2006/builds">RTD Community</a>. 6 </p> 7 <p> 8 Deploys might be a bit faster there, but it may contain content not yet ready for production deployment or 9 we might skipped GitLab CI for the latest commit. 10 </p> 11 {% elif config.extra.deployment == "tilde" %} 12 <p class="admonition-title">You're viewing ~ajhalili2006's website from the tildeverse.</p> 13 <p> 14 This site build's content might be outdated due to failing CI, delayed synchorizations and local cache, among other reasons. 15 </p> 16 {% endif %} 17 <a class="md-button" href="https://andreijiroh.xyz">Go back to production</a> 18 <a class="md-button" href="https://wiki.andreijiroh.xyz/garden/devops/website-deployment">Why am I seeing this?</a> 19</div> 20{% endif %} 21{% if "material/tags" in config.plugins and tags %} 22 {% include "partials/tags.html" %} 23{% endif %} 24{% include "partials/actions.html" %} 25{% if "\x3ch1" not in page.content %} 26 <h1>{{ page.title | d(config.site_name, true)}}</h1> 27{% endif %} 28{{ page.content }} 29{% if page.meta and ( 30page.meta.git_revision_date_localized or 31page.meta.revision_date 32) %} 33 {% include "partials/source-file.html" %} 34{% endif %} 35{% include "partials/feedback.html" %} 36{% include "partials/comments.html" %} 37