diff --git a/Gemfile b/Gemfile index 6677662..0413c47 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,8 @@ versions = JSON.parse(open('https://pages.github.com/versions.json').read) gem 'github-pages', versions['github-pages'] +gem "jekyll-github-metadata" + group :development do gem 'colored' gem 'fuzzy_match' diff --git a/_config.yml b/_config.yml index 004f14b..744a152 100644 --- a/_config.yml +++ b/_config.yml @@ -40,6 +40,8 @@ plugins: - jekyll-redirect-from - jekyll-seo-tag - jekyll-coffeescript + - jekyll-github-metadata + sass: style: :compressed diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 42821e8..ffd6929 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,5 +1,7 @@