Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
style(formatting): 更新链接
Browse files Browse the repository at this point in the history
  • Loading branch information
zjZSTU committed Mar 17, 2020
1 parent 8deea40 commit e4e5689
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
* [工作目录和裸仓库分离](https://zj-git-guide.readthedocs.io/zh_CN/latest/advanced/%E5%B7%A5%E4%BD%9C%E7%9B%AE%E5%BD%95%E5%92%8C%E8%A3%B8%E4%BB%93%E5%BA%93%E5%88%86%E7%A6%BB/)
* [[Docker]GitLab使用](https://zj-git-guide.readthedocs.io/zh_CN/latest/platform/[Docker]GitLab%E4%BD%BF%E7%94%A8/)
* `Jenkins`相关
* [在Docker中运行Jenkins](https://zhujian.tech/posts/202ee452.html)
* [[Jenkins][Gitlab]webhook连接](https://www.zhujian.tech/posts/6ff96ec3.html)
* [[Jenkins]Pipeline工程配置NodeJS环境](https://www.zhujian.tech/posts/d521b4ea.html)
* [[Jenkins][GitLab][Hexo]新建Pipeline工程实现CI功能](https://zhujian.tech/posts/f80ec296.html)
* [在Docker中运行Jenkins](https://blog.zhujian.life/posts/202ee452.html)
* [[Jenkins][Gitlab]webhook连接](https://blog.zhujian.life/posts/6ff96ec3.html)
* [[Jenkins]Pipeline工程配置NodeJS环境](https://blog.zhujian.life/posts/d521b4ea.html)
* [[Jenkins][GitLab][Hexo]新建Pipeline工程实现CI功能](https://blog.zhujian.life/posts/f80ec296.html)
* `Nginx`相关
* [托管网站](https://zj-network-guide.readthedocs.io/zh_CN/latest/nginx/%E6%89%98%E7%AE%A1%E7%BD%91%E7%AB%99/)
6 changes: 3 additions & 3 deletions docs/ci&cd/[腾讯云]部署云服务器.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
repo:
github: xxx,master
coding: xxx,master
zhujian: ubuntu@132.232.142.219:/home/ubuntu/git/zhujian.tech.git,master # 裸仓库地址
zhujian: ubuntu@132.232.142.219:/home/ubuntu/git/blog.zhujian.life.git,master # 裸仓库地址
...
...

Expand All @@ -50,8 +50,8 @@
某天发现无法加载网页了

```
$ curl https://www.zhujian.tech
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to www.zhujian.tech:443
$ curl https://blog.zhujian.life
curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to blog.zhujian.life:443
```

在云服务器内部能够加载,但是在外部无法加载成功。找了很多内容,发现是腾讯云服务器安全组的关系,之前放开了所有端口,被官方拒绝了所有流量
Expand Down
2 changes: 1 addition & 1 deletion docs/ci&cd/域名绑定.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

### `SSL`验证

购买完成后,可以在控制台查看[SSL证书](https://yundunnext.console.aliyun.com/?p=cas&domain=zhujian.tech&from=DOMAIN#/overview/cn-hangzhou)是否已签发,在**云解析DNS**中也会出现一条`TXT`类型记录
购买完成后,可以在控制台查看[SSL证书](https://yundunnext.console.aliyun.com/?p=cas&domain=blog.zhujian.life&from=DOMAIN#/overview/cn-hangzhou)是否已签发,在**云解析DNS**中也会出现一条`TXT`类型记录

`github`设置中点击`Enforce HTTPs`选项,强制使用`https`登录

4 changes: 2 additions & 2 deletions docs/ci&cd/部署多个远程托管.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
如果在本地使用插件[hexojs/hexo-deployer-git](https://github.com/hexojs/hexo-deployer-git)进行部署,那么修改工程`_config.yml``deploy`小节

...
url: https://www.zhujian.tech
url: https://blog.zhujian.life
...

# Deployment
Expand Down Expand Up @@ -74,7 +74,7 @@
工程`_config.yml`文件修改如下:

...
url: https://www.zhujian.tech
url: https://blog.zhujian.life
...

# Deployment
Expand Down
2 changes: 1 addition & 1 deletion docs/hexo/advanced/404页面.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
---

对不起,您所访问的页面不存在或者已删除
* 你可以[点击此处](https://www.zhujian.tech)返回首页
* 你可以[点击此处](https://blog.zhujian.life)返回首页
* 我的Github:[zjZSTU](https://github.com/zjZSTU)
* 我的CSDN:[编号1993](https://blog.csdn.net/u012005313)
* 或者给我留言:[guestbook](https://github.com/zjZSTU/guestbook)
Expand Down
2 changes: 1 addition & 1 deletion docs/hexo/get-started/新建网站.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$ hexo init blogs
INFO Cloning hexo-starter https://github.com/hexojs/hexo-starter.git
Cloning into '/home/zj/Videos/zhujian.tech/blogs'
Cloning into '/home/zj/Videos/blog.zhujian.life/blogs'
...
INFO Start blogging with Hexo!

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

相关文档

* [从CSDN到Hexo](https://www.zhujian.tech/posts/359e7c3c.html)
* [从CSDN到Hexo](https://blog.zhujian.life/posts/359e7c3c.html)
6 changes: 3 additions & 3 deletions docs/next/advanced/[Baidu][Google]站点地图.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://www.zhujian.tech
url: https://blog.zhujian.life
...
...

Expand Down Expand Up @@ -136,7 +136,7 @@
Disallow: /vendors/
Disallow: /fancybox/

Sitemap: https://www.zhujian.tech/sitemap.xml
Sitemap: https://www.zhujian.tech/baidusitemap.xml
Sitemap: https://blog.zhujian.life/sitemap.xml
Sitemap: https://blog.zhujian.life/baidusitemap.xml

`Sitemap`属性值替换成自己的地址
2 changes: 1 addition & 1 deletion docs/next/base/标签页设置.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ Any content (support inline tags too).

### 示例

[标签页测试](https://www.zhujian.tech/posts/5213c80b.html)
[标签页测试](https://blog.zhujian.life/posts/5213c80b.html)

0 comments on commit e4e5689

Please sign in to comment.