aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2014-10-20-hello-octopress.md
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-04 03:27:33 +0200
committerneodarz <neodarz@neodarz.net>2017-05-04 03:27:33 +0200
commit785bde84dd4888817bb9825ba5ab388ec2b7c4b7 (patch)
treeeb572026c9c953dbd67e3acc2104db11117b4e5f /source/blog/2014-10-20-hello-octopress.md
parent15c05dbb86fe3d98ec6e6ebe7743fd85b860dcc6 (diff)
downloadmy_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.tar.xz
my_new_personal_website-785bde84dd4888817bb9825ba5ab388ec2b7c4b7.zip
Update to date
Diffstat (limited to 'source/blog/2014-10-20-hello-octopress.md')
-rw-r--r--source/blog/2014-10-20-hello-octopress.md36
1 files changed, 0 insertions, 36 deletions
diff --git a/source/blog/2014-10-20-hello-octopress.md b/source/blog/2014-10-20-hello-octopress.md
deleted file mode 100644
index 8b6eb248..00000000
--- a/source/blog/2014-10-20-hello-octopress.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-title: "Hello, Octopress!"
-date: 2014-10-20T16:53:00-0700
-date_display: October 20, 2014
----
-
-This post marks my transition from Tumblr to Octopress & GitHub Pages.
-
-I've been microblogging for a while at [zshello3.tumblr.com](http://zshello3.tumblr.com) and I liked it. Not because of readers, which I suspect I have none; but there are certainly a huge amount of information I want to dump off my mind. Back in the days I *loved* my handwritten journals, and I really poured a lot into them. Peers were usually amazed when they saw my journals. These days typing seems to be a more robust solution to keeping my thoughts, especially when the thoughts are mostly technical.
-
-Tumblr is awesome. Compared to WordPress (.com for pedantic people), it is both lightweight and beautiful (you get all the customization for free), so you quickly get to the writing. However, it is not designed for geeks, so
-
-* Customization is capped at some point;
-* I had the impression that the Markdown parser is herrendous;
-* Email publishing is a mightmare, by the way;
-* Code rendering always falls short — unless I spend a lot of time customizing (I'm pretty bad at HTML, CSS, and JS stuff).
-
-Speaking of the last point, I've always been envious of the beautiful code blocks found on Octopress blogs. So here I come!
-
-(Let me give it a try first.)
-
-``` C
-#include <stdio.h>
-
-int main(int argc, char **argv) {
- printf("Hello, Octopress!\n")
-}
-```
-
-Gorgeous. I'll get to the theme customization later. I'm actually busy as crazy this week.
-
-Before I close this post, let me also try to embed a random gist I authored yesterday (for brewing):
-
-```
-{% gist 828fd00bdecd6611cf40 brew.sh %}
-```