diff --git a/Gemfile b/Gemfile index 053c27d..8cc092e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' gem 'github-pages' +gem 'jekyll-sitemap' diff --git a/Gemfile.lock b/Gemfile.lock index 894f48e..270568b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,3 +126,4 @@ PLATFORMS DEPENDENCIES github-pages + jekyll-sitemap diff --git a/_config.yml b/_config.yml index c9a0d55..9d5c818 100644 --- a/_config.yml +++ b/_config.yml @@ -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