This blog is fucking awful. It is a series of plaintext files. There is not even a homepage, it's basically just a bunch of text files in a directory. When I want to write a new blog post, I use the following bash function: blog() { $EDITOR ~/public_html/blog/"$(date +%Y-%m-%d)-$(IFS=-; echo "$*")".txt } I am sure one day I will want to include images, and diagrams, and a header, and an about me section, and so forth, and then the blog will become quite crowded.