2022.11.03更新
官方在线编辑器,可能很快会完善。
Github Web-based editor + Actions
https://docs.github.com/cn/codespaces/the-githubdev-web-based-editor
建议:
如果你打算在线写静态博客,可能用Jekyllrb更好,官方支持的好。
其实不限Jekyllrb,也可以是Hexo在线编辑器
我们一般都是在本地安装jekyllrb,hexo
在本地markdown工具写博文,然后再用git推送上去。
这样很不爽:
1.推送经常失败,连接不通畅。
2.无法同时做多个网站,如果切换github,操作是相当麻烦的。
github切换个用户那是真麻烦。
因此,大家都希望有个在线可以编辑的工具。
我测试了一下https://jingtaiboke.com
这个登录上就可以使用。
其他的还有http://prose.io和Jekyll Editor
使用方法抽时间再添加,先记录一下。
1.登录后,选择文件在线编辑,然后saved并commit
2.也可以New File,和本地类似。
相关资源:
jekyllrb官网
https://jekyllrb.com/
jekyllrb官方模板
http://jekyllthemes.org/
jekyllrb在线编辑工具
测试可用的
https://jingtaiboke.com/
http://prose.io/
其他:
[Jekyll Editor]
Github:https://github.com/Simpleyyt/jekyll-editor.git
Chrome 商店:
https://chrome.google.com/webstore/detail/jekyll-editor/dfdkgbhjmllemfblfoohhehdigokocme
[Eevee – 伊布]
https://github.com/pizn/eevee
基于 Github Pages 的在线编辑平台,让你更加专注于内容的编写.
[…] 我用这个工具是想在github pages直接在线做网站,用hexo或者Jekyllrb都需要部署和git推送,如果给别人做个简单的个人网站,没几页内容,没必要搞这么复杂。 […]