Add dependency
This commit is contained in:
parent
b2a5ca25a5
commit
8cebe44663
3 changed files with 7 additions and 2 deletions
1
Gemfile
1
Gemfile
|
@ -1,2 +1,3 @@
|
|||
source 'https://rubygems.org'
|
||||
gem 'github-pages'
|
||||
gem 'jekyll-sitemap'
|
||||
|
|
|
@ -126,3 +126,4 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
jekyll-sitemap
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue