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-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,13 @@ Open a command line in the root directory of the repository.
57
57
58
58
If this is the first time you have built the site, make sure you have run `bundle pack` before attempting to build the site using jekyll.
59
59
60
-
Otherwise, run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content.
60
+
Otherwise, run `bundle exec jekyll serve` to build the site, this will produce a `_site` folder with the required content and start a local server (usually at 127.0.0.1:4000)
61
61
62
-
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
62
+
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
63
63
64
-
To rebuild the site after a file change append `--watch` to the end of the command.
64
+
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
65
65
66
-
e.g. `bundle exec jekyll build --watch`
67
66
68
-
Once you have a `_site` folder open the `index.html` file inside to view the site.
0 commit comments