Little Weaver Web Collective's Jekyll-powered list of open source projects.
Updating the website requires the following Ruby Gems:
You can install them using Bundler:
gem install bundler # if not already installed
bundle install # from the root of the littleweaver.github.io repo
To generate and test the site locally, we recommend:
jekyll serve --watch
To modify the styles, you must use Compass:
cd static
compass watch
or use Compass.app