修改默认的markdown文件
每次使用rake post时产生的新文件中都有如下格式:
layout: post title: "Octopress配置" date: 2013-06-06 12:30 comments: true keywords: octopress //默认是没有这行的 categories:
如果想自定义这里的内容,比如添加一个key,比如上面的keywords,那么就修改Rakefile,搜索layout:你就知道接下来怎么做了。
让google search结果显示你的google+头像
- 在Structured Data Testing Tool中测试是否已经正确设置
- 在Author information in search results 中了解更多关于这方面东西
- 其它方面自己google吧

首页只显示正文
如果你只想让博客首页在显示该博文时只显示到某一处,那就在那儿添加一个<!--more-->。首页会多出一个继续阅读的链接,试一试就知道了。