如何用markdown写文档,并保存到git

时间:2026-02-17 09:12:41

1、git clone git@github.com:meolu/walden.git

检出代码

2、vi Config.php

配置中的git地址

return [

    // 保存文档和附件的git ssh地址,可以是在github,好吧,不想公开,可以bitbucket

    ///php进程的用户的id_rsa.pub已添加到git的ssh-key。这样才可以推送markdown下的文件。

    'git' => 'git@github.com:meolu/Walden-markdown-demo.git',

];

3、刷新页面,优美的预览页面

如何用markdown写文档,并保存到git

4、清爽的编辑界面,引爆写作灵感

如何用markdown写文档,并保存到git

5、人性化的操作

© 2026 阿力知识库
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com