aboutsummaryrefslogtreecommitdiff
path: root/content/blog/20200128.org
blob: 97b771acbb5cd8441f250598ad2b79bc8735e5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.