Skip to content

hbrackmann/copper-engine.github.io

 
 

Repository files navigation

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 with 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.)

About

GitHub Pages website repository for copper-engine.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published