-
Notifications
You must be signed in to change notification settings - Fork 1
Developing the Site
Clare Macrae edited this page Dec 11, 2019
·
6 revisions
Notes for those who wish to change the behaviour or appearing of the site, and to run it on their own machine, to test changes.
These are mostly intended for those not familiar with developing static websites with Jekyll.
- Fork this repo
-
Set up Jekyll
- Where it says 'cd to myblog', instead 'cd to your copy of this repo'
cd include-cpp.github.io
bundle exec jekyll serve
Then open http://localhost:4000 in a browser.
Note that as you then edit the site and save changes, the site gets rebuilt, and you will usually be able to refresh your browser a second or two later, and immediately see the changes.
Changing the site configuration may require re-running bundle exec jekyll serve
.