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

2025-11-20 16:39:15

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、人性化的操作

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢