aboutsummaryrefslogtreecommitdiff
path: root/content/blog/20200128.org
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
committerCem Keylan <cem@ckyln.com>2021-08-31 01:13:15 +0300
commit08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6 (patch)
treeb471d65a2ad20665dc0e0e8f91aa67ac4c0949b1 /content/blog/20200128.org
parent25cfa83501cf9b0a1f79d7d94af13b0866c33aa7 (diff)
downloadwebsite-08c5bd21fa02e1b30fe2e4c194d9c615a4daf2c6.tar.gz
website: switch to hugo
Diffstat (limited to 'content/blog/20200128.org')
-rw-r--r--content/blog/20200128.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/blog/20200128.org b/content/blog/20200128.org
new file mode 100644
index 0000000..97b771a
--- /dev/null
+++ b/content/blog/20200128.org
@@ -0,0 +1,17 @@
+#+TITLE: Switching to New Website
+#+DATE: 2020-01-28
+#+AUTHOR: Cem Keylan
+#+ALIASES[]: /blog/20200128.html
+
+In case you haven't seen it before, this website was powered by [[http://werc.cat-v.org][werc]]. 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://git.carbslinux.org/website/log.html][its git repository]] 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.