diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2014-10-20 17:35:12 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2014-10-20 17:35:12 -0700 |
commit | a5d60bbf35eba360ffef09f462a45e0edf31d30a (patch) | |
tree | 1096ddb05b6d0efbb67bbcab6c807d75c34af246 /source/_posts/2014-10-20-hello-octopress.md | |
parent | f43f7fbcfa39791c18b6a69a2f572877ee6a2c89 (diff) | |
download | my_new_personal_website-a5d60bbf35eba360ffef09f462a45e0edf31d30a.tar.xz my_new_personal_website-a5d60bbf35eba360ffef09f462a45e0edf31d30a.zip |
modify tags and categories
I guess "category" in Octopress is roughly equivalent to Tumblr's
"tag", which is unlike WordPress, which boasts both categories and tags.
Diffstat (limited to 'source/_posts/2014-10-20-hello-octopress.md')
-rw-r--r-- | source/_posts/2014-10-20-hello-octopress.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/_posts/2014-10-20-hello-octopress.md b/source/_posts/2014-10-20-hello-octopress.md index e84978f5..d0e5228b 100644 --- a/source/_posts/2014-10-20-hello-octopress.md +++ b/source/_posts/2014-10-20-hello-octopress.md @@ -3,8 +3,7 @@ layout: post title: "Hello, Octopress!" date: 2014-10-20 16:53:00 -0700 comments: true -categories: Misc -tags: ['first post', 'octopress', 'tumblr'] +categories: ['first post', 'octopress', 'tumblr'] --- This post marks my transition from Tumblr to Octopress & GitHub Pages. |