aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2014-10-20-hello-octopress.md
diff options
context:
space:
mode:
Diffstat (limited to 'source/blog/2014-10-20-hello-octopress.md')
-rw-r--r--source/blog/2014-10-20-hello-octopress.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blog/2014-10-20-hello-octopress.md b/source/blog/2014-10-20-hello-octopress.md
index d359f401..733bb963 100644
--- a/source/blog/2014-10-20-hello-octopress.md
+++ b/source/blog/2014-10-20-hello-octopress.md
@@ -1,9 +1,7 @@
---
-layout: post
title: "Hello, Octopress!"
date: 2014-10-20 16:53:00 -0700
-comments: true
-categories:
+date-display: October 20, 2014
---
This post marks my transition from Tumblr to Octopress & GitHub Pages.
@@ -20,7 +18,7 @@ Speaking of the last point, I've always been envious of the beautiful code block
(Let me give it a try first.)
-``` C hello.c
+``` C
#include <stdio.h>
int main(int argc, char **argv) {
@@ -32,4 +30,6 @@ Gorgeous. I'll get to the theme customization later. I'm actually busy as crazy
Before I close this post, let me also try to embed a random gist I authored yesterday (for brewing):
+```
{% gist 828fd00bdecd6611cf40 brew.sh %}
+```