From ee374553f2ba385157eec9a816cf9b023fbfb18a Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 4 May 2015 15:03:55 -0700 Subject: process post metadata --- source/blog/2014-10-20-hello-octopress.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blog/2014-10-20-hello-octopress.md') 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 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 %} +``` -- cgit v1.2.1