Fix contents in tutorials
- Correct the aspect ratio of the mockup image - Delete code snippet space in docs
This commit is contained in:
parent
a887f1d57d
commit
952b1f493b
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue