/precious-plastic

The new theme for the precious plastic site

Primary LanguageHTMLMIT LicenseMIT

Precious Plastic

This is the code that powers Precious Plastic. We're using Jekyll to convert it into a static site that runs on GitHub Pages. Because of this, we're not able to accept any contributions containing Ruby files.

Contribute

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install Jekyll and a special gem from GitHub: gem install github-pages
  3. Move into the repository's directory: cd precious-plastic
  4. Run Jekyll and tell it to watch for changes: jekyll serve -w