Mac下编写blog 1.编写 下载markdown的编辑工具,Mou 在终端的octopress目录下,输入 1 rake new_post['article name'] 然后可以在source/_post/目录下找到一个.markdown文件,使用Mou打开它,写入你想写的内容。
mac下使用github+Octopress搭建博客 我的第一篇博文 (mac 版本 10.8.5) 1.git配置 申请github账号 配置git环境 配置用户信息 1 2 git config --global user.email "xxx@xxx.com" git config --global user.name "xxx" 可以使用 git config --list 查看配置的信息