aboutsummaryrefslogtreecommitdiff
path: root/src/blog/20200128.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/20200128.md')
-rw-r--r--src/blog/20200128.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/blog/20200128.md b/src/blog/20200128.md
new file mode 100644
index 0000000..4c5c3c1
--- /dev/null
+++ b/src/blog/20200128.md
@@ -0,0 +1,23 @@
+Title: Switching to New Website
+
+Switching to New Website
+------------------------
+
+**Date:** Jan 28 2020
+
+In case you haven't seen it before, this website
+was powered by [werc](http://werc.cat-v.org). And
+even though I liked it really much, it was too
+powerful for a small website like this.
+
+So I have decided to reimplement this website with
+my own static generation scripts. The source will
+probably be on <https://carbslinux.org/git/website/log.html>
+when I decide to publish the website.
+
+The generation requires Plan9 programs, although
+I have used them just for my enthusiasm. I have built
+the site with a combination of mk (instead of make), rc,
+and POSIX sh. I am not yet exactly familiar with rc,
+but I will replace the shell scripts when I feel like
+I can.