aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0948693..6e6cfd8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,7 @@
source "https://rubygems.org"
+
gem "jekyll"
+
+group :jekyll_plugins do
+ gem 'jekyll-commonmark'
+end