summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-11-12 16:00:06 -0500
committerThomas Park <thomas@thomaspark.me>2013-11-12 16:00:06 -0500
commitefaf60a5e72640d13fc13c4837da0282d8a2d4ed (patch)
tree12b928b12762e0d3df4431c698fcfc1bc5e0fac0 /Gemfile
parent7e896cd32890093aa06513eea774f86f82301487 (diff)
add gemfile and config for jekyll/gh-pages
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..3a1ebf30
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,2 @@
+source 'https://rubygems.org'
+gem 'github-pages' \ No newline at end of file