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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,15 +53,15 @@ Run `jekyll build` to build the site, this will produce a `_site` folder with th
53
53
54
54
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
55
55
56
-
To rebuild the site after a file chaneg append `--watch` to the end of the command.
56
+
To rebuild the site after a file change append `--watch` to the end of the command.
57
57
58
58
e,g. `jekyll build --watch`
59
59
60
-
Once you have an`_site` folder open the `index.html` file inside to view the site.
60
+
Once you have a`_site` folder open the `index.html` file inside to view the site.
61
61
62
62
## Includes
63
63
64
-
Jeykll has functionality to include files, which this site makes extensive sue of. You can find the documentation for includes here: https://jekyllrb.com/docs/includes/
64
+
Jeykll has functionality to include files, which this site makes extensive use of. You can find the documentation for includes here: https://jekyllrb.com/docs/includes/
0 commit comments