joe 4 rokov pred
rodič
commit
55df327224

+ 3 - 1
content/languages/js/best-libraries-or-framework.md

@@ -20,4 +20,6 @@ draft: true
 - [tailwind](https://tailwindcss.com/)
 - [chota](https://jenil.github.io/chota/)
 - [material design lite](https://getmdl.io/)
-- [bulma](https://bulma.io/documentation/overview/start/)
+- [bulma](https://bulma.io/documentation/overview/start/)
+- [traditional colors of Japan](https://en.wikipedia.org/wiki/Traditional_colors_of_Japan)
+- [vant-weapp](https://youzan.github.io/vant-weapp/#/home)

+ 1 - 1
content/posts/certbot.md

@@ -16,7 +16,7 @@ Your system is not supported by certbot-auto anymore.
 
 我推荐到 Let's Encrypt 的官方网站上参看指导方案解决。
 
-打开网站[https://certbot.eff.org/lets-encrypt/snap-nginx](https://certbot.eff.org/lets-encrypt/snap-nginx),从页面中找到 My HTTP website is running () on () 这句话,从地一个下拉列表中选择自己的 Web 服务器类型,从第二个下拉列表中选择操作系统或者使用的管理工具。
+打开网站[https://certbot.eff.org/instructions](https://certbot.eff.org/instructions),从页面中找到 My HTTP website is running () on () 这句话,从地一个下拉列表中选择自己的 Web 服务器类型,从第二个下拉列表中选择操作系统或者使用的管理工具。
 
 本篇文章就是这个页面的中文翻译,对应  My HTTP website is running (nginx) on (pip)。我的 Server 是 Debian9,使用 pip 是因为这个解决方案可能有更好的通用性。
 

+ 17 - 0
content/posts/git-in-real-world.md

@@ -5,6 +5,8 @@ draft: false
 tags: []
 ---
 
+## tag
+
 ### 拉取所有远程 tags
 
 ```shell
@@ -17,6 +19,17 @@ $git fetch --all --tags
 $git checkout tags/<tag_name> -b <new_branch_name>
 ```
 
+### 删除 tag
+
+```shell
+# 删除本地 tag
+$git tag -d <tag_name>
+# 删除远程 tag
+$git push origin :refs/tags/<tag_name>
+```
+
+## git config
+
 ### Ignore ^M as a newline when execute 'git diff'
 
 ```shell
@@ -24,6 +37,8 @@ $git config --global core.autocrlf true
 $git config --global core.whitespace cr-at-eol
 ```
 
+## git log
+
 ### 查看指定文件修改历史
 
 ```shell
@@ -36,6 +51,8 @@ $git log --pretty=oneline [--oneline] <filename>
 $git show <commit>
 ```
 
+## 撤销
+
 ### 撤销 git add 
 
 ```shell

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

@@ -57,6 +57,7 @@ draft: false
 - [Stunning free images & royalty free stock](https://pixabay.com/)
 - [Animations](https://lottiefiles.com/)
 - [HTML templates](https://www.webmoban.net/)
+- [freehtml5](https://freehtml5.co/)
 
 ### 教程
 

+ 3 - 1
content/res/tools.md

@@ -12,4 +12,6 @@ draft: false
 - [在线IDE,多语言支持](https://www.onlinegdb.com)
 - [rclone](https://rclone.org/)
 > 多云盘后端
-- [安全的电子产品 Mozilla](https://foundation.mozilla.org/en/privacynotincluded/)
+- [安全的电子产品 Mozilla](https://foundation.mozilla.org/en/privacynotincluded/)
+- [crontab.guru](https://crontab.guru)
+- [VPS](https://virmach.com/)