joe 4 年之前
父节点
当前提交
68775908f7
共有 4 个文件被更改,包括 23 次插入2 次删除
  1. 1 0
      README.md
  2. 13 0
      content/languages/go/go-wonderful-packages.md
  3. 1 0
      content/res/best-sites.md
  4. 8 2
      content/res/self-hosted.md

+ 1 - 0
README.md

@@ -13,6 +13,7 @@
 
 ## res
 
+- [self hosted](http://git.wanbits.io/joe/blog/src/master/content/res/self-hosted.md)
 - [工具和玩具](http://git.wanbits.io/joe/blog/src/master/content/res/tools.md)
 - [在线文档和书籍](http://git.wanbits.io/joe/blog/src/master/content/res/docs_or_books.md)
 - [github_projects](http://git.wanbits.io/joe/blog/src/master/content/res/github_projects.md)

+ 13 - 0
content/languages/go/go-wonderful-packages.md

@@ -0,0 +1,13 @@
+---
+title: "Go Wonderful Packages"
+date: 2021-11-18T16:22:01+07:00
+draft: true
+---
+
+- [testify](https://github.com/stretchr/testify)
+- [json-iterator](https://github.com/json-iterator/go)
+- [reflect2](https://github.com/modern-go/reflect2)
+- [queue](https://github.com/eapache/queue)
+- [uuid](github.com/google/uuid)
+- [kratos](https://github.com/go-kratos/kratos)
+- [color](https://github.com/gookit/color)

+ 1 - 0
content/res/best-sites.md

@@ -55,6 +55,7 @@ draft: false
 - [pexels- Free photos and videos](https://www.pexels.com/)
 - [Stunning free images & royalty free stock](https://pixabay.com/)
 - [Animations](https://lottiefiles.com/)
+- [HTML templates](https://www.webmoban.net/)
 
 ### 教程
 

+ 8 - 2
content/res/self-hosted.md

@@ -1,7 +1,7 @@
 ---
 title: "Self Hosted"
 date: 2021-11-14T16:39:46+07:00
-draft: true
+draft: false
 ---
 
 ## 社交
@@ -22,4 +22,10 @@ draft: true
 - [humhub](https://github.com/humhub/humhub)
 - [forem](https://github.com/forem/forem)
 - [steem](https://github.com/steemit/steem)
-- [subsocial](https://github.com/dappforce/subsocial-node)
+- [subsocial](https://github.com/dappforce/subsocial-node)
+
+## dev
+
+- [www.diagrams.net git repo](https://github.com/jgraph/drawio)
+- [gogs](https://github.com/gogs/gogs)
+- [nextcloud](https://github.com/nextcloud)