From ee7266ff0d4fc3eddbbd5fcb2ccf1fb67fb5a655 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sun, 2 Jan 2022 23:56:29 +0800 Subject: [PATCH] Update mockup image --- README.md | 4 ++-- _config.yml | 2 +- _posts/2019-08-09-getting-started.md | 2 +- docs/README.zh-CN.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ef97598..0b04e0e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ [**Live Demo →**](https://cotes2020.github.io/chirpy-demo) - [![Devices Mockup](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@0a003683c0c3ca549d12c309f9b3e03ea20981e5/commons/devices-mockup.png)](https://cotes2020.github.io/chirpy-demo) + [![Devices Mockup](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@f4e0354b674f65a53b8917f0f786ed2956898cc1/commons/devices-mockup.png)](https://cotes2020.github.io/chirpy-demo) @@ -158,7 +158,7 @@ Now publish your Jekyll site by: 2. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar, and then in the section **Source** of _GitHub Pages_, select the `/(root)` directory of branch `gh-pages` as the [publishing source][pages-src]. Remember to click Save before leaving. - ![gh-pages-sources](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@0a003683c0c3ca549d12c309f9b3e03ea20981e5/posts/20190809/gh-pages-sources.png) + ![gh-pages-sources](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@f4e0354b674f65a53b8917f0f786ed2956898cc1/posts/20190809/gh-pages-sources.png) 3. Visit your website at the address indicated by GitHub. diff --git a/_config.yml b/_config.yml index 0a075a3..e3bc6be 100644 --- a/_config.yml +++ b/_config.yml @@ -79,7 +79,7 @@ theme_mode: # [light|dark] # will be added to all image (site avatar & posts' images) paths starting with '/' # # e.g. 'https://cdn.com' -img_cdn: 'https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@0a003683c0c3ca549d12c309f9b3e03ea20981e5' +img_cdn: 'https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@f4e0354b674f65a53b8917f0f786ed2956898cc1' # the avatar on sidebar, support local or CORS resources avatar: '/commons/avatar.jpg' diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 59108d2..8c45c18 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -125,7 +125,7 @@ Now publish your Jekyll site by: 2. Browse to your repository on GitHub. Select the tab _Settings_, then click _Pages_ in the left navigation bar, and then in the section **Source** of _GitHub Pages_, select the `/(root)` directory of branch `gh-pages` as the [publishing source][pages-src]. Remember to click Save before leaving. - ![gh-pages-sources](/posts/20190809/gh-pages-sources.png){: width="850" height="153" } + ![gh-pages-sources](/posts/20190809/gh-pages-sources.png){: width="1580" height="250" } 3. Visit your website at the address indicated by GitHub. diff --git a/docs/README.zh-CN.md b/docs/README.zh-CN.md index a987b74..ab50240 100644 --- a/docs/README.zh-CN.md +++ b/docs/README.zh-CN.md @@ -18,7 +18,7 @@ [**线上体验 →**](https://cotes2020.github.io/chirpy-demo) - [![Devices Mockup](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@0a003683c0c3ca549d12c309f9b3e03ea20981e5/commons/devices-mockup.png)](https://cotes2020.github.io/chirpy-demo) + [![Devices Mockup](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@f4e0354b674f65a53b8917f0f786ed2956898cc1/commons/devices-mockup.png)](https://cotes2020.github.io/chirpy-demo) @@ -157,7 +157,7 @@ $ docker run -it --rm \ 2. 回到 GitHub 上的仓库,选择标签 _Settings_ → 点击左侧导航栏的 _Pages_ → _GitHub Pages_ 选择分支 `gh-pages` 的 `/(root)` 作为「[发布源][pages-src]」: - ![gh-pages-sources](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@0a003683c0c3ca549d12c309f9b3e03ea20981e5/posts/20190809/gh-pages-sources.png) + ![gh-pages-sources](https://cdn.jsdelivr.net/gh/cotes2020/chirpy-images@f4e0354b674f65a53b8917f0f786ed2956898cc1/posts/20190809/gh-pages-sources.png) 3. 按照 GitHub 指示的地址去访问您的网站。