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
It's all free, so if you're in the area please come along!
8
8
9
-
You can see our current events at https://www.codewith.org.uk/events.html
9
+
You can see our current events at https://www.codewith.org.uk/events
10
10
11
11
# Contributing to this repository
12
12
## Repository branches
@@ -19,7 +19,7 @@ Feature/* | New code being developed | Contributors
19
19
20
20
## Pull requests
21
21
22
-
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact.html).
22
+
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact).
23
23
24
24
25
25
## Testing
@@ -57,11 +57,11 @@ 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
-
>: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.
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.
61
61
62
62
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
63
63
64
-
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
64
+
:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
0 commit comments