Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.2 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.2 KB

copper-engine-website

This is the GitHub project for the GitHub Pages based website of the copper-engine.org project.

This website makes use of the Jekyll templating engine which is integrated into GitHub Pages. See Using Jekyll as a static site generator with GitHub Pages for more details.

Whenever you push something into this project, GitHub automatically runs Jekyll and serves the content on copper-engine.github.io/. Note that it may take up to 10 minutes until the new content will be available.

Using Jekyll locally

To test these webpages, first install Ruby, Bundler and Jekyll by following these instructions.

Then clone this project to your local folder and run

$ cd <your-cloned-project-dir>
$ bundle exec jekyll serve --watch

to serve the webpages locally on http://localhost:4000/. (You might need to add ~/.gem/ruby/2.0.0/bin to your PATH so that the bundle executable can be found.)