open -a Mou source/_posts/2014-01-09-first-article.markdown
# or
open source/_posts/2014-01-09-first-article.markdown
# or
vi source/_posts/2014-01-09-first-article.markdown
# 可以打開 Mou 的說明頁參考 markdown 語法
open /Applications/Mou.app/Contents/Resources/help.md
內容 sample
1234567891011
---
layout: post
title: "first article"
date: 2014-01-09 15:03:44 +0800
comments: true
categories: 'Technical'
tags: ['github', 'octopress']
---
this is my first article @ github by octopress
* line1
* line2
文章寫完後執行
12
rake generate # 沒做似乎也可以
rake preview # for local preview