Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

36 lines (18 loc) · 1.97 KB

Contributing

If you have an idea and don't know where to start, create an issue and we'll point you in the right direction.

Project Structure

The file list may look intimidating at first, but this is actually a very simple Jekyll website.

Here's a run through by the important files:

For more detailed explanation, see Jekyll Docs.

How to run this project locally

You need to have Ruby environment setup. See Jekyll requirements.

Clone this project and run bundle install followed by bundle exec jekyll serve.

Server URL will be printed to the console. Open it in the browser.

Any changes you make to the files will be reflected on the website after refresh, with the exception of _config.yml file.

If you make changes to _config.yml then you need to stop the server and run bundle exec jekyll serve again.