summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 05:32:02 -0800
committerHaoran S. Diao (刁浩然) <0@hairydiode.xyz>2023-11-25 05:32:02 -0800
commit1c0eded4ca563cd01115b72612880aedd5a00fb8 (patch)
tree0739c811e09fa609ea0a30540579c802a32f1d98
parentf9fefa545da0fd27259c2d44354d026d100c9c2c (diff)
title editing
-rw-r--r--cont/unihome.html2
-rw-r--r--index.html4
-rw-r--r--unihome.html4
3 files changed, 6 insertions, 4 deletions
diff --git a/cont/unihome.html b/cont/unihome.html
index 199cce0..30b8dd7 100644
--- a/cont/unihome.html
+++ b/cont/unihome.html
@@ -2,6 +2,8 @@
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
一二三四-->[TITLE] [DATE]
--------------------------------------------------------------------------------
+[SETTITLE]We Have Unicode at Home
+[SETDATE]6-30-2023
So as we all know, the Linux console is limited to 512 characters, and lives in
kernel space. So I wrote a workaround that displays unicode characters using
braille (assuming your linux console font has braille characters) characters
diff --git a/index.html b/index.html
index c0ad5d4..5cb5df9 100644
--- a/index.html
+++ b/index.html
@@ -43,9 +43,9 @@ Where's all the other stuff you host from this domain?
<a href="https://social.hairydiode.xyz">My Mastodon Instance</a>
Where's all the content?
Scroll Down
-<a href="https://hairydiode.xyz/unihome">[] </a>
-<a href="https://hairydiode.xyz/jankime">[Janky IME] 6-29-2023</a>
<a href="https://hairydiode.xyz/fourcorners">[Four Corners Input Method for ibus-table] 11-25-2023</a>
+<a href="https://hairydiode.xyz/unihome">[We Have Unicode at Home] 6-30-2023</a>
+<a href="https://hairydiode.xyz/jankime">[Janky IME] 6-29-2023</a>
<a href="https://hairydiode.xyz/key">[PGP Public Key] 6-26-2018</a>
<a href="https://hairydiode.xyz/csc-workflow">[Control Systems Club Project Workflow] 1-24-2019</a>
<a href="https://hairydiode.xyz/matrix">[Matrix Homeserver] 3-17-2019</a>
diff --git a/unihome.html b/unihome.html
index 3c7bdbb..476ad0b 100644
--- a/unihome.html
+++ b/unihome.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<head>
-<title></title>
+<title>We Have Unicode at Home</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://hairydiode.xyz/style.css"/>
<link rel="icon" type="image/png" href="https://hairydiode.xyz/img/fav/logo.png"/>
@@ -18,7 +18,7 @@
--------------------------------------------------------------------------------
<!--
123456789-223456789-323456789-423456789-523456789-623456789-723456789-8234567890
-一二三四-->
+一二三四-->We Have Unicode at Home 6-30-2023
--------------------------------------------------------------------------------
So as we all know, the Linux console is limited to 512 characters, and lives in
kernel space. So I wrote a workaround that displays unicode characters using