flowchart TB
A[git-client]<-->B[git-server-gitea]
B-->C[drone]
C-->D[github]
C-->vercel
D-->netlify
C--go-OS-Client-->E[openSearch]
F[blogweb] <----> G[go-blogserver]
E<--正在实现-->G
- 格式md
- 传输git
- 保存地址gitea (gitserver)
- 编辑工具 typora+picgo
- 部署用的 git push钩子 drone 自动打包部署到其他地址
- 展示用 md转html (以前用过vuepress,hugo) 现在写自己版本的hugo
- 搜索用的 go-opensearch-client与 opensearh绑定