见http://zhangjian.mystory.cc/notes/1376 参考了https://github.com/robbin/robbin_site
我的故事 http://mystory.cc/ 多人博客系统,源代码在: https://github.com/gazeldx/mystory/
用到了 github-markdown 这个 gem。当正文中出现 markdown 这个单词时,本文将以 markdown 解析。方便程序员们(包括我)。示例:
def who_am_i
puts 'Web master of mystory.cc'
end
用到了
- content_for :stylesheet do
= stylesheet_link_tag "github", "github.min"
- content_for :javascript do
= javascript_include_tag "highlight.min"
javascript:
$(function(){
hljs.initHighlightingOnLoad();
});
对目前我的故事的样式,这个段落间距有点大,以后修复。