Shopify Open Source
Shopify's Open Source page is built with Jekyll and Sass and hosted on GitHub Pages.
All of the data comes from Jekyll. Any change in index.html (including whitespace commits - e.g.) will trigger a rebuild and update all of the numbers.
To include a repo in the list, add it to optInRepos in javascripts/custom-repos.js. The repo must be owned by Shopify. To include non-Shopify repos, use customRepos. Set a defined project language or custom avatar in the same file.
If you want to run it locally
- Clone this branch or download the zip and navigate to the folder in terminal
- Install Jekyll:
gem install jekyll - Install Sass:
gem install sass- Use
sass -vto make sure it worked
- Use
- Install Compass:
gem install compass - Make sure everything is setup with
bundle install - Run
bundle exec jekyll serve - In another terminal window, run
compass watch - Access the page at
http://localhost:4000
Notes about local build
bundle exec jekyll servewill compile the Jekyll and Sass files into static assets in the _site folder each time a file is saved. That folder is excluded from the repo.compass watchwill update ie.css and main.css.- Use
rake buildto manually parse SCSS files. - Your local build will be nearly empty because:
- The page uses Jekyll's
site.github.public_repositoriesobject to get the repo data. This data is only available when live. - Custom repo data is generated by Github's JS API, so it will show up locally.
- The page uses Jekyll's
Content Management
- The content for each project comes from the GitHub Pages for that repo.
This can be from a
gh-pagesbranch, or from the/docsdirectory, based on the GitHub Pages settings. Using the/docsdirectory is preferred as it's less confusing for contributors.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
