TheMapSmith / color-tools

A listing of color tools for cartography and design
52 stars 7 forks source link

Jekyll blog #20

Closed brianbancroft closed 7 years ago

brianbancroft commented 7 years ago

Hi there,

I think you have a lovely thing going on here, and I'd love to contribute the basis of a Jekyll Blog for these lists. I've been able to test this using Ruby V 2.3.1.

To Duplicate this development environment, here is a list of things you can do. I'm going to assume that you haven't done any of these things but it's likely you're already a few points down on the list.

Instructions

  1. Install Homebrew
  2. Install the Ruby Environment Manager - RBENV
  3. Get Ruby 2.3.1 rbenv install 2.3.1
  4. Install the Bundler Gem gem install bundler
  5. Install the Jekyll Gem gem install jekyll
  6. Go to the color-tools project directory if all these other steps succeeded in terminal. You know we're doing this in terminal, right?
  7. Type in bundle install. If this worked, then pat yourself on your back, because we can:
  8. Type in bundle exec jekyll serve which will serve the site locally.

A few other things:

brianbancroft commented 7 years ago

Give me a shout if you want to do this down the road 😀. I'm doing a bit of housecleaning, so I'm going to drop my fork of this repo for now, but it wouldn't be any sweat to bring it back up. Cheers!