aboutsummaryrefslogtreecommitdiff
path: root/blog/20200128.org
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-02-02 03:39:56 +0300
committerCem Keylan <cem@ckyln.com>2021-02-02 03:39:56 +0300
commite7999a032bd888abf3665c501a754dbb922fe7c9 (patch)
tree9e6fd5104482ba77815a1ed1d591e9ba8167be78 /blog/20200128.org
parentc17e5bd8eb9c0b98b5b6eb9b6cd8f38e2856bb40 (diff)
downloadwebsite-e7999a032bd888abf3665c501a754dbb922fe7c9.tar.gz
Switch to org-mode for generating the website
Diffstat (limited to 'blog/20200128.org')
-rw-r--r--blog/20200128.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/blog/20200128.org b/blog/20200128.org
new file mode 100644
index 0000000..9309a99
--- /dev/null
+++ b/blog/20200128.org
@@ -0,0 +1,16 @@
+#+TITLE: Switching to New Website
+#+DATE: <2020-01-28 Tue>
+#+AUTHOR: Cem Keylan
+
+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.