PHP 内容管理系统,通过 git 跟踪内容
Are there any content management systems which use git for tracking content and support markdowns? I have heard of git-blog and WiGit , any other suggestions would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 Phrozn:http://www.phrozn.info/en/ - 差不多了Jekyll 到 PHP 的端口。
Take a look at Phrozn: http://www.phrozn.info/en/ - it's pretty much a port of Jekyll to PHP.
我制作了 Orbiter (在 GitHub 上)用于通过 PHP 从 Markdown 文档创建简单的网站。它使用 Mustache 进行模板化,并默认支持 Markdown。它使用纯文本文件作为源文档,因此您可以使用 Git 和 Dropbox 来同步文档。它也是动态的,这意味着您不必在每次更新后手动“生成”您的网站。
I made Orbiter (on GitHub) for creating simple websites out of markdown documents via PHP. It uses Mustache for templating and supports Markdown by default. It uses plain text files as source documents so you can use both Git and Dropbox for syncing the documents. It is also dynamic, which means you don't have to manually "generate" your website after every update.