diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-04 15:03:55 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-04 15:03:55 -0700 |
commit | ee374553f2ba385157eec9a816cf9b023fbfb18a (patch) | |
tree | 2972641f3de868f727f4210f97d461b4f4e1a2b5 /source/blog/2014-10-20-hello-octopress.md | |
parent | 301679861a2440a10c9eac746cec86459f445ef9 (diff) | |
download | my_new_personal_website-ee374553f2ba385157eec9a816cf9b023fbfb18a.tar.xz my_new_personal_website-ee374553f2ba385157eec9a816cf9b023fbfb18a.zip |
process post metadata
Diffstat (limited to 'source/blog/2014-10-20-hello-octopress.md')
-rw-r--r-- | source/blog/2014-10-20-hello-octopress.md | 8 |
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 %} +``` |