summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
committerPatrick Spek <p.spek@tyil.nl>2018-07-08 15:46:56 +0200
commitd16530d61a04435fd8cb4d4770c4ac715ac8ef0e (patch)
tree46499a98c6f890622e5ccbf9cf43725a7597c7e4 /Gemfile
Initial commit
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..3973a63
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,10 @@
+source "https://rubygems.org" do
+ gem "bundler"
+ gem "jekyll"
+ gem "jekyll-asciidoc"
+ gem "jekyll-less"
+ gem "jekyll-sitemap"
+ gem "pygments.rb"
+ gem "redcarpet"
+ gem "therubyracer"
+end