Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 682 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 682 Bytes

CoderDojo York - Website & Blog

This is the official website for CoderDojo York - a free and independent coding club for all young people aged 7-17 in York, UK.

Development on this website

This website is generated using a Ruby 'gem' called Jekyll. To install it, you need Ruby on your machine. It takes Markdown text files ending in '.md' and generates .html, .css and .js files and puts the in to the 'site' folder.

To install Jekyll, use the following commands on a command terminal program

gem install jekyll bundler

Testing the website on your computer

To test the website locally, use Jekyll to read the files

jekyll server