summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2016-06-09 20:35:31 -0600
committermo khan <mo@mokhan.ca>2016-06-09 20:35:31 -0600
commitc3e2fd7a5b9febe1515eb7f2533bfe115aa8f46b (patch)
treeea473f9e5475daef85e29ff75b957e8c7126f091
parent57cab55d65c64583db298d46de1d4a84c7be2f60 (diff)
add jekyll gems to Gemfile.
-rw-r--r--Gemfile5
-rw-r--r--Gemfile.lock42
2 files changed, 47 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..96d5987
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+gem "jekyll"
+gem "jekyll-compose", group: [:jekyll_plugins]
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..dc2518f
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,42 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ colorator (0.1)
+ ffi (1.9.10)
+ jekyll (3.1.6)
+ colorator (~> 0.1)
+ jekyll-sass-converter (~> 1.0)
+ jekyll-watch (~> 1.1)
+ kramdown (~> 1.3)
+ liquid (~> 3.0)
+ mercenary (~> 0.3.3)
+ rouge (~> 1.7)
+ safe_yaml (~> 1.0)
+ jekyll-compose (0.4.1)
+ jekyll (>= 2.5.0)
+ jekyll-sass-converter (1.4.0)
+ sass (~> 3.4)
+ jekyll-watch (1.4.0)
+ listen (~> 3.0, < 3.1)
+ kramdown (1.11.1)
+ liquid (3.0.6)
+ listen (3.0.8)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ mercenary (0.3.6)
+ rb-fsevent (0.9.7)
+ rb-inotify (0.9.7)
+ ffi (>= 0.5.0)
+ rouge (1.11.0)
+ safe_yaml (1.0.4)
+ sass (3.4.22)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ jekyll
+ jekyll-compose
+
+BUNDLED WITH
+ 1.12.3