Skip to content

Commit ed6aa7c

Browse files
Removing duplicate info from the readme
1 parent 3740921 commit ed6aa7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,13 @@ Open a command line in the root directory of the repository.
5757

5858
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.
5959

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)
60+
>:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (<a>) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes. This will start a local server and the address is shown in the command-line.
6161
6262
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
6363

6464
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
6565
66-
To rebuild the site after a file change append `--watch` to the end of the command.
6766

68-
e.g. `bundle exec jekyll build --watch`
69-
70-
>:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (<a>) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes.
7167

7268
## Includes
7369

0 commit comments

Comments
 (0)