diff --git a/Gemfile b/Gemfile new file mode 100644 index 00000000..565d7e2c --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +# A sample Gemfile +source "https://rubygems.org" + +# gem "rails" +gem 'jekyll', '~>1.3.0' +gem 'mini_magick', '~>3.6.0' \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..6d22ef93 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,51 @@ +GEM + remote: https://rubygems.org/ + specs: + classifier (1.3.3) + fast-stemmer (>= 1.0.0) + colorator (0.1) + commander (4.1.5) + highline (~> 1.6.11) + fast-stemmer (1.0.2) + ffi (1.9.3) + highline (1.6.20) + jekyll (1.3.1) + classifier (~> 1.3) + colorator (~> 0.1) + commander (~> 4.1.3) + liquid (~> 2.5.2) + listen (~> 1.3) + maruku (~> 0.6.0) + pygments.rb (~> 0.5.0) + redcarpet (~> 2.3.0) + safe_yaml (~> 0.9.7) + liquid (2.5.4) + listen (1.3.1) + rb-fsevent (>= 0.9.3) + rb-inotify (>= 0.9) + rb-kqueue (>= 0.2) + maruku (0.6.1) + syntax (>= 1.0.0) + mini_magick (3.6.0) + subexec (~> 0.2.1) + posix-spawn (0.3.6) + pygments.rb (0.5.4) + posix-spawn (~> 0.3.6) + yajl-ruby (~> 1.1.0) + rb-fsevent (0.9.3) + rb-inotify (0.9.2) + ffi (>= 0.5.0) + rb-kqueue (0.2.0) + ffi (>= 0.5.0) + redcarpet (2.3.0) + safe_yaml (0.9.7) + subexec (0.2.3) + syntax (1.0.0) + yajl-ruby (1.1.0) + +PLATFORMS + ruby + +DEPENDENCIES + jekyll (~> 1.3.0) + mini_magick (~> 3.6.0) diff --git a/README.md b/README.md index 7b995c32..773cc802 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,10 @@ kremalicious3 Requirements ------------------ -Grunt, Jekyll +[https://npmjs.org/](NPM), [http://bower.io/](Bower), [http://bundler.io/](Bundler) + +Get up and running: + +`npm install && bower install && bundle install` + +`grunt server` \ No newline at end of file