You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2019-08-08-write-a-new-post.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ tags: [writing]
7
7
render_with_liquid: false
8
8
---
9
9
10
-
This tutorial will guide you how to write a post in the _Chirpy_ template, and it's worth reading even if you've used Jekyll before, as many features require specific variables to be set.
10
+
This tutorial will guide you on how to write a post in the _Chirpy_ template, and it's worth reading even if you've used Jekyll before, as many features require specific variables to be set.
11
11
12
12
## Naming and Path
13
13
@@ -173,7 +173,7 @@ By default, the image is centered, but you can specify the position by using one
173
173
174
174
- **Normal position**
175
175
176
-
Image will be left aligned in below sample:
176
+
The image will be left aligned in the below sample:
@@ -277,7 +277,7 @@ The following table shows how to get the two parameters we need in a given video
277
277
278
278
Spotify supports some additional parameters:
279
279
280
-
- `compact`- to display compact player instead (ex. `{% include embed/spotify.html id='3OuMIIFP5TxM8tLXMWYPGV' compact=1 %}`);
280
+
- `compact`- to display a compact player instead (ex. `{% include embed/spotify.html id='3OuMIIFP5TxM8tLXMWYPGV' compact=1 %}`);
281
281
- `dark`- to force dark theme (ex. `{% include embed/spotify.html id='3OuMIIFP5TxM8tLXMWYPGV' dark=1 %}`).
282
282
283
283
### Video Files
@@ -293,7 +293,7 @@ Where `URL` is a URL to a video file e.g. `/path/to/sample/video.mp4`.
293
293
You can also specify additional attributes for the embedded video file. Here is a full list of attributes allowed.
294
294
295
295
- `poster='/path/to/poster.png'`— poster image for a video that is shown while video is downloading
296
-
- `title='Text'`— title for a video that appears below the video and looks same as for images
296
+
- `title='Text'`— title for a video that appears below the video and looks the same as for images
297
297
- `autoplay=true`— video automatically begins to play back as soon as it can
298
298
- `loop=true`— automatically seek back to the start upon reaching the end of the video
299
299
- `muted=true`— audio will be initially silenced
@@ -326,7 +326,7 @@ Where `URL` is a URL to an audio file e.g. `/path/to/audio.mp3`.
326
326
327
327
You can also specify additional attributes for the embedded audio file. Here is a full list of attributes allowed.
328
328
329
-
- `title='Text'`— title for an audio that appears below the audio and looks same as for images
329
+
- `title='Text'`— title for an audio that appears below the audio and looks the same as for images
330
330
- `types`— specify the extensions of additional audio formats separated by `|`. Ensure these files exist in the same directory as your primary audio file.
Copy file name to clipboardExpand all lines: _posts/2019-08-09-getting-started.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ For Unix-like systems, you can set up the environment natively for optimal perfo
59
59
1. Follow the [Jekyll installation guide](https://jekyllrb.com/docs/installation/) to install Jekyll and ensure [Git](https://git-scm.com/) is installed.
60
60
2. Clone your repository to your local machine.
61
61
3. If you forked the theme, install [Node.js][nodejs] and run `bash tools/init.sh` in the root directory to initialize the repository.
62
-
4. Run command `bundle` in the root of your repository to install the dependencies.
62
+
4. Run command `bundle install` in the root of your repository to install the dependencies.
63
63
64
64
## Usage
65
65
@@ -105,7 +105,7 @@ Before deploying, check the `_config.yml`{: .filepath} file and ensure the `url`
105
105
106
106
Now you can choose _ONE_ of the following methods to deploy your Jekyll site.
0 commit comments