From 952b1f493b0a9b04788756757b73276771b66c36 Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Fri, 1 Oct 2021 18:36:10 +0800 Subject: [PATCH] Fix contents in tutorials - Correct the aspect ratio of the mockup image - Delete code snippet space in docs --- _posts/2019-08-08-text-and-typography.md | 4 ++-- _posts/2019-08-09-getting-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2019-08-08-text-and-typography.md b/_posts/2019-08-08-text-and-typography.md index 65756a3..73189b4 100644 --- a/_posts/2019-08-08-text-and-typography.md +++ b/_posts/2019-08-08-text-and-typography.md @@ -8,8 +8,8 @@ math: true mermaid: true image: src: /commons/devices-mockup.png - width: 850 - height: 585 + width: 800 + height: 500 --- This post is to show Markdown syntax rendering on [**Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/fork), you can also use it as an example of writing. Now, let's start looking at text and typography. diff --git a/_posts/2019-08-09-getting-started.md b/_posts/2019-08-09-getting-started.md index 742f1d9..7704ce6 100644 --- a/_posts/2019-08-09-getting-started.md +++ b/_posts/2019-08-09-getting-started.md @@ -165,7 +165,7 @@ It depends on how you use the theme: And then execute the following command: ```console - $ bundle update jekyll-theme-chirpy + $ bundle update jekyll-theme-chirpy ``` As the version upgrades, the critical files (for details, see the [Startup Template][starter]) and configuration options will change. Please refer to the [Upgrade Guide](https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Upgrade-Guide) to keep your repo's files in sync with the latest version of the theme.