Add dependency

This commit is contained in:
Quentin Dufour 2015-11-06 15:11:27 +01:00
parent b2a5ca25a5
commit 8cebe44663
3 changed files with 7 additions and 2 deletions

View File

@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages'
gem 'jekyll-sitemap'

View File

@ -126,3 +126,4 @@ PLATFORMS
DEPENDENCIES
github-pages
jekyll-sitemap

View File

@ -9,12 +9,12 @@ highlighter: pygments
paginate: 20
baseurl: /
domain_name: 'http://quentin.dufour.tk'
domain_name: 'http://quentin.dufour.io'
google_analytics: 'UA-37637739-1'
disqus_shortname: 'blogdequentin'
# Details for the RSS feed generator
url: 'http://quentin.dufour.tk'
url: 'http://quentin.dufour.io'
author: 'Quentin Dufour'
authorTwitter: 'superboum'
@ -33,3 +33,6 @@ defaults:
type: posts
values:
layout: post
gems:
- jekyll-sitemap