aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--header.html2
-rw-r--r--pages/colophon.md2
-rw-r--r--pages/wiki.md6
-rw-r--r--posts/planning-ahead.md5
-rw-r--r--public/style.css11
5 files changed, 12 insertions, 14 deletions
diff --git a/header.html b/header.html
index 71715d3..f56c0dc 100644
--- a/header.html
+++ b/header.html
@@ -7,7 +7,7 @@
<link rel="icon" href="data:,">
<title>{{TITLE}}</title>
<link href="/index.rss" type="application/rss+xml" rel="alternate" title="RSS feed for blog posts" />
- <link rel="stylesheet" href="/public/style.css?v=1.6">
+ <link rel="stylesheet" href="/public/style.css?v=1.7">
</head>
<body id="top">
diff --git a/pages/colophon.md b/pages/colophon.md
index ffb304c..7844c81 100644
--- a/pages/colophon.md
+++ b/pages/colophon.md
@@ -22,7 +22,7 @@ For those interested I try to keep the details of the blog up-to-date with the i
</tr>
<tr>
<td>Hosted on:</td>
- <td><a href="https://tinykvm.com">Tiny KVM</a></td>
+ <td><a href="https://nearlyfreespeech.net">NearlyFreeSpeech.Net</a></td>
</tr>
<tr>
<td>Source code available:</td>
diff --git a/pages/wiki.md b/pages/wiki.md
index 4f27a68..6456bf0 100644
--- a/pages/wiki.md
+++ b/pages/wiki.md
@@ -15,23 +15,17 @@ All sub-directories are listed below. This wiki is a growing set of documents, s
* [sublime text](/wiki/sublime-text)
* [ubuntu](/wiki/ubuntu)
----
-
## Hardware
* [xbox](/wiki/xbox)
* [ps2](/wiki/ps2)
* [dolphin](/wiki/dolphin)
----
-
## Version Control Systems
* [cgit](/wiki/cgit)
* [got](/wiki/got)
----
-
## ikiwiki
My own custom documentation for ikiwiki:
diff --git a/posts/planning-ahead.md b/posts/planning-ahead.md
index 1e8e2ae..53ccee6 100644
--- a/posts/planning-ahead.md
+++ b/posts/planning-ahead.md
@@ -1,6 +1,6 @@
# What Happens After I'm Gone? The Future of the Online Me
-2025-09-11
+2025-09-12
Well, that's a morbid headline...
@@ -13,7 +13,7 @@ So, I decided to write-up my *current* online fail-safes, along with my plans fo
## The Internet is Not Important
-Let's get this out of the way first. The internet doesn't matter compared to *real-life*. Obviously if all my projects / sites disappeared from the web tomorrow it wouldn't be a big deal *at all*. Family, friends, and those directly impacting your life should always take precedent over online communities (even if those communities are awesome!). Before you consider wasting any effort future-proofing your online "stuff", take the time to **write up a will**. It's worth the cost (heck, even online services exist for this now) and once complete it will allow you to focus on more stupid things, like your online stuff!
+Let's get this out of the way first. The internet doesn't matter compared to *real-life*. Obviously if all my projects / sites disappeared from the web tomorrow it wouldn't be a big deal *at all*. Family, friends, and those directly impacting your life should always take precedence over online communities (even if those communities are awesome!). Before you consider wasting any effort future-proofing your online "stuff", take the time to **write up a will**. It's worth the cost (heck, even online services exist for this now) and once complete it will allow you to focus on more stupid things, like your online stuff!
If you takeaway one thing from the post, it should be to get yourself a will.
@@ -39,6 +39,7 @@ As for hosting, the web moves fast and you can't assume anything will last forev
Reasons why I like **NFSN**:
* Allows for [direct, outside contributions](https://faq.nearlyfreespeech.net/section/ourservice/donations) to your account
+ * This is extremely helpful to keep the balance "topped up" while waiting for an account transfer / takeover
* Aligns well with free speech core values (vital for an open web)
* Online since 2002
* Great community, helpful members in the forums
diff --git a/public/style.css b/public/style.css
index 2030bee..6be12ac 100644
--- a/public/style.css
+++ b/public/style.css
@@ -2,7 +2,8 @@
body {
background: #f2f2f2;
- font-family: serif;
+ font-family: "Georgia", serif;
+ line-height: 1.33;
margin: 0 auto;
max-width: 680px;
padding: 0 10px;
@@ -21,8 +22,7 @@ header nav ul li {
}
header nav a {
background: white;
- border: 1px solid;
- color: black;
+ border: 1px solid black;
cursor: pointer;
display: block;
padding: 6px;
@@ -91,6 +91,9 @@ pre {
padding: 6px;
overflow: auto;
}
+pre:has(code.language-diagram) {
+ background: none;
+}
table {
border-collapse: collapse;
@@ -155,7 +158,7 @@ footer {
}
header nav a {
background: black;
- color: white;
+ border-color: white;
}
main {
background: #1d1d1d;