Skip to content

Commit 1ba8bc1

Browse files
mattpopovichcotes2020
authored andcommitted
Fixed some spelling/typos
1 parent 41d6c33 commit 1ba8bc1

6 files changed

+11
-11
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ A minimal, sidebar, responsive web design Jekyll theme, focusing on text present
4040

4141
### Prerequisites
4242

43-
Follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installtion of basic environment (`Ruby`, `RubyGems` and `Bundler`).
43+
Follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of basic environment (`Ruby`, `RubyGems` and `Bundler`).
4444

4545
To improve the writing experience, we need to use some script tools. If your machine is running Debian or macOS, make sure that [GNU coreutils](https://www.gnu.org/software/coreutils/) is installed. Otherwise, install by:
4646

@@ -127,7 +127,7 @@ Generally, go to `_config.yml` and configure the variables as needed. Some of th
127127

128128
* `avatar`
129129

130-
It defines the image file location of avatar. The sample image is `/assets/img/sample/avatar.jpg`, and should be replaced by your own one(a square image). Notice that a huge image file will increase the load time of your site, so keep your avatar image size as samll as possible(may be *<https://tinypng.com/>* will help).
130+
It defines the image file location of avatar. The sample image is `/assets/img/sample/avatar.jpg`, and should be replaced by your own one(a square image). Notice that a huge image file will increase the load time of your site, so keep your avatar image size as small as possible(may be *<https://tinypng.com/>* will help).
131131

132132
* `timezone`
133133

@@ -151,7 +151,7 @@ You may want to preview the site content before publishing, so just run the scri
151151
$ bash tools/run.sh
152152
```
153153

154-
Open a modern brower and visit at <http://localhost:4000>.
154+
Open a modern browser and visit at <http://localhost:4000>.
155155

156156
Few days later, you may find that the file modification(e.g. edits to a post) does not refresh in real time by using `run.sh`. Don't worry, the advanced option `-r` (or `--realtime`) will solve this problem, but it requires [**fswatch**](http://emcrisostomo.github.io/fswatch/) to be installed on your machine. Type `-h` for more information.
157157

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ compress_html:
176176
envs: []
177177

178178
exclude:
179-
- vendor # Avoid Jekyll mistakenly read the vender directory on Travis-CI's VM .
179+
- vendor # Avoid Jekyll mistakenly read the vendor directory on Travis-CI's VM .
180180
- Gemfile.lock
181181
- Gemfile
182182
- tools

Diff for: _posts/2019-08-08-write-a-new-post.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The last modified date of a post is obtained according to its latest git commit
8787
...
8888
```
8989

90-
You can choose to create this file manually, but as you may notice, the better approach is to let it be automatically generated by a tool script. And `_scripts/sh/dump_lastmod.py` was born for this! Similar to the another script `_scripts/sh/create_pages.sh` mentioned above, it is also be called from `tools/init.sh`, so it doesn't have to be used separately.
90+
You can choose to create this file manually, but as you may notice, the better approach is to let it be automatically generated by a tool script. And `_scripts/sh/dump_lastmod.sh` was born for this! Similar to the another script `_scripts/sh/create_pages.sh` mentioned above, it is also be called from `tools/init.sh`, so it doesn't have to be used separately.
9191

9292
When some posts have been modified since their published date and also the file `_data/updates.yml` was created correctly, a list with the label **Recent Updates** will be displayed in the right panel of the desktop view, which records the five most recently modified articles.
9393

Diff for: _posts/2019-08-09-getting-started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [getting started]
88

99
## Prerequisites
1010

11-
Follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installtion of basic environment (`Ruby `, `RubyGems` and `Bundler`).
11+
Follow the [Jekyll Docs](https://jekyllrb.com/docs/installation/) to complete the installation of basic environment (`Ruby`, `RubyGems` and `Bundler`).
1212

1313
To improve the writing experience, we need to use some script tools. If your machine is running Debian or macOS, make sure that [GNU coreutils](https://www.gnu.org/software/coreutils/) is installed. Otherwise, install by:
1414

@@ -91,7 +91,7 @@ Generally, go to `_config.yml` and configure the variables as needed. Some of th
9191

9292
* `avatar`
9393

94-
It defines the image file location of avatar. The sample image is `/assets/img/sample/avatar.jpg`, and should be replaced by your own one(a square image). Notice that a huge image file will increase the load time of your site, so keep your avatar image size as samll as possible(may be *<https://tinypng.com/>* will help).
94+
It defines the image file location of avatar. The sample image is `/assets/img/sample/avatar.jpg`, and should be replaced by your own one (a square image). Notice that a huge image file will increase the load time of your site, so keep your avatar image size as small as possible (may be *<https://tinypng.com/>* will help).
9595

9696
* `timezone`
9797

@@ -115,7 +115,7 @@ You may want to preview the site content before publishing, so just run the scri
115115
$ bash tools/run.sh
116116
```
117117

118-
Open a brower and visit <http://localhost:4000>.
118+
Open a browser and visit <http://localhost:4000>.
119119

120120
Few days later, you may find that the file changes does not refresh in real time by using `run.sh`. Don't worry, the advanced option `-r` (or `--realtime`) will solve this problem, but it requires [**fswatch**](http://emcrisostomo.github.io/fswatch/) to be installed on your machine.
121121

Diff for: _posts/2019-08-11-customize-the-favicon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc: false
99

1010
In [**Chirpy**](https://github.com/cotes2020/jekyll-theme-chirpy/), the image files of [Favicons](https://www.favicon-generator.org/about/) are placed in `assets/img/favicons/`. You may need to replace them with your own. So let's see how to customize these Favicons.
1111

12-
Whit a square image (PNG, JPG or GIF) in hand, open the site [*Favicon & App Icon Generator*](https://www.favicon-generator.org/) and upload your original image.
12+
With a square image (PNG, JPG or GIF) in hand, open the site [*Favicon & App Icon Generator*](https://www.favicon-generator.org/) and upload your original image.
1313

1414
![upload-image]({{ "/assets/img/sample/upload-image.png" | relative_url }})
1515

Diff for: _scripts/sh/sync_monitor.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/bin/bash
22

3-
# Files sync monitoer
3+
# Files sync monitor
44
# v2.0
55
# https://github.com/cotes2020/jekyll-theme-chirpy
66
# © 2019 Cotes Chung
77
# MIT Licensed
88

99
# $1 -> the origin file with absolute path.
1010
# $2 -> the origin sync directory
11-
# $3 -> the destination sync direcotry
11+
# $3 -> the destination sync directory
1212

1313
# Omit the system temp file
1414
if [[ ! -f $1 ]]; then

0 commit comments

Comments
 (0)