mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-07-17 23:49:04 +00:00
docs(global): update content and broken scripts
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
parent
25d3523d96
commit
84f090d0ec
6 changed files with 60 additions and 23 deletions
|
@ -8,7 +8,8 @@ SPDX-License-Identifier: MIT
|
|||
{% block extrahead %}
|
||||
<link rel="stylesheet" href="{{ 'assets/stylesheets/mkdocs-material-styling.css' | url }}">
|
||||
<script src="https://hypothes.is/embed.js" async></script>
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>
|
||||
|
||||
<!--<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7086107380680684" crossorigin="anonymous"></script>-->
|
||||
{% endblock %}
|
||||
<!-- Staging build -->
|
||||
{% block announce %}
|
||||
|
|
|
@ -2,16 +2,18 @@
|
|||
<div class="admonition info">
|
||||
{% if config.extra.deployment == "staging" %}
|
||||
<p class="admonition-title">
|
||||
You're previewing the staging build of @ajhalili2006's website on <a href="https://readthedocs.org/projects/ajhalili2006/builds">RTD Community</a>.
|
||||
You're previewing the staging build of @ajhalili2006's website on
|
||||
<a href="https://readthedocs.org/projects/ajhalili2006/builds">RTD Community</a>.
|
||||
</p>
|
||||
<p>
|
||||
Deploys might be a bit faster there, but it may contain content not yet ready for production deployment or
|
||||
we might skipped GitLab CI for the latest commit.
|
||||
Deploys might be a bit faster there, but it may contain content not yet ready for
|
||||
production deployment or we might skipped GitLab CI for the latest commit.
|
||||
</p>
|
||||
{% elif config.extra.deployment == "tilde" %}
|
||||
<p class="admonition-title">You're viewing ~ajhalili2006's website from the tildeverse.</p>
|
||||
<p>
|
||||
This site build's content might be outdated due to failing CI, delayed synchorizations and local cache, among other reasons.
|
||||
This site build's content might be outdated due to failing CI, delayed synchorizations and
|
||||
local cache, among other reasons.
|
||||
</p>
|
||||
{% endif %}
|
||||
<a class="md-button" href="https://andreijiroh.xyz">Go back to production</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue