summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--css/footer.scss4
-rw-r--r--index.php5
-rwxr-xr-xinstall.sh1
-rw-r--r--robots.txt13
5 files changed, 26 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4ccf5f..05ebeb5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 11.11
+
+* Remove robots
+* Add YouTube link
+
## 11.10
* Elaborate pages
diff --git a/css/footer.scss b/css/footer.scss
index bee71fa..b289abd 100644
--- a/css/footer.scss
+++ b/css/footer.scss
@@ -95,6 +95,10 @@
&.x {
mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAY0lEQVQ4y62SOw5AIQgEgWLvf14aX2WiPuQTpFOzm8kgAxhkjKoyObPlAIz14jxb4fkuVJwZ/BFmKCIyt+QWlhZ2laIkKltS3sJzCg5/2SLPkikt4xF2Sahn2iuRLjZnwze6D+xmTvrTiNc4AAAAAElFTkSuQmCC");
}
+
+ &.youTube {
+ mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAARklEQVQoz6XRQQrAQAgEwZol//+yueYguhCP2gyNE1D6CRnOkIxnHG6ByJ7QQKcxz+7wgVbJp93WBNSUUJ3O309elLXU/QLhAgkk5VAXSQAAAABJRU5ErkJggg");
+ }
}
}
}
diff --git a/index.php b/index.php
index 764ba97..a2916bf 100644
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
// Set up cache now.
$cache_addr = "cache/" . $current_page . ".cache";
- maybe_use_cache($cache_addr);
+ //maybe_use_cache($cache_addr);
ob_start();
?>
@@ -126,7 +126,7 @@
</div>
<footer id="footer">
- <div id="romanisation" title="&#1570;&#1582;&#1616;&#1585; &#1575;&#1614;&#1604;&#1618;&#1606;&#1614;&#1607;&#1614;&#1585;"></div>
+ <div id="romanisation" title="&#1570;&#1582;&#1616;&#1585; &#1575;&#1614;&#1604;&#1618;&#1606;&#1614;&#1607;&#1585;&#1616;"></div>
<p id="starDescription">&ldquo;ACHERNAR &mdash; type B star; primary component of ALPHA ERIDANI, i.e. ALPHA ERIDANI A; approx. (6) solar masses, (15) kilokelvin at surface; c. (3 668) light-seconds from sibling ALPHA ERIDANI B; no native lifeforms discovered on children, human life on terraformed ACHERNAR IV, a.k.a. CONVERSION.&rdquo;</p>
@@ -143,6 +143,7 @@
<a class="linktree" href="https://linktr.ee/PrimusEridani/" title="Linktree: @PrimusEridani"></a>
<a class="threads" href="https://www.threads.net/@primuseridani/" title="Threads: @primuseridani"></a>
<a class="x" href="https://x.com/PrimusEridani/" title="X: @PrimusEridani"></a>
+ <a class="youTube" href="https://youtube.com/@primuseridani/" title="YouTube: @PrimusEridani"></a>
</div>
</footer>
</body>
diff --git a/install.sh b/install.sh
index abe54b6..b5152ea 100755
--- a/install.sh
+++ b/install.sh
@@ -19,6 +19,7 @@ mkdir -p "${DESTINATION}"
cp "apple-touch-icon.png" "${DESTINATION}"
cp "favicon.ico" "${DESTINATION}"
cp "index.php" "${DESTINATION}"
+cp "robots.txt" "${DESTINATION}"
cp -r "font" "${DESTINATION}"
cp -r "html" "${DESTINATION}"
diff --git a/robots.txt b/robots.txt
new file mode 100644
index 0000000..8b71691
--- /dev/null
+++ b/robots.txt
@@ -0,0 +1,13 @@
+#
+# ############
+# ##############
+# #### ####
+# #### ####
+# ################
+# ################
+# #### ####
+# #### ####
+#
+
+User-agent: *
+Disallow: \ No newline at end of file