PHP 内容管理系统,通过 git 跟踪内容

发布于 2024-12-06 20:27:00 字数 167 浏览 1 评论 0原文

是否有使用 git 跟踪内容并支持降价的内容管理系统?我听说过 git-blogWiGit,任何其他建议将不胜感激。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

是你 2024-12-13 20:27:00

看看 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.

属性 2024-12-13 20:27:00

我制作了 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文