有没有什么用 nodejs 做的,类似 octopress 的博客程序?
<p>我的要求:</p>
<ul> <li>可以直接读取 git repo 获取文章内容</li> <li>然后生成页面(可自定义使用 markdown、HTML 或者<strong>其他格式</strong>)</li> <li>最好使用自己的方法存储评论而非 disqus</li> </ul>
9 回复
类比 Jekyll 的搜索结果主要是这个: 像 Docpad, Petrify, Hyde, 具体等楼下
http://stackoverflow.com/questions/7327929/whats-the-best-way-or-package-to-build-a-static-site-using-node-js
这个我昨天看到了一个。也是人家自己码的。并且你这个感觉像wiki了。还用到git。
用node and git搭建一个个人的知识库应该不错。貌似在github上看到过实现。