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
  1. 格式md
  2. 传输git
  3. 保存地址gitea (gitserver)
  4. 编辑工具 typora+picgo
  5. 部署用的 git push钩子 drone 自动打包部署到其他地址
  6. 展示用 md转html (以前用过vuepress,hugo) 现在写自己版本的hugo
  7. 搜索用的 go-opensearch-client与 opensearh绑定