aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
2 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 84b3963..ebe28e9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,4 @@
source 'https://rubygems.org'
gem 'github-pages'
+gem 'jekyll-github-metadata'
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
diff --git a/Gemfile.lock b/Gemfile.lock
index 1bfd6a6..19bd0e0 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -69,6 +69,8 @@ GEM
jekyll-feed (0.4.0)
jekyll-gist (1.4.0)
octokit (~> 4.2)
+ jekyll-github-metadata (1.11.1)
+ octokit (~> 4.0)
jekyll-mentions (1.0.1)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
@@ -131,7 +133,8 @@ PLATFORMS
DEPENDENCIES
github-pages
+ jekyll-github-metadata
wdm (~> 0.1.0)
BUNDLED WITH
- 1.11.2
+ 1.12.5