forked from quentin/quentin.dufour.io
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'
|
source 'https://rubygems.org'
|
||||||
gem 'github-pages'
|
gem 'github-pages'
|
||||||
|
gem 'jekyll-sitemap'
|
||||||
|
|
|
@ -126,3 +126,4 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
github-pages
|
github-pages
|
||||||
|
jekyll-sitemap
|
||||||
|
|
|
@ -9,12 +9,12 @@ highlighter: pygments
|
||||||
|
|
||||||
paginate: 20
|
paginate: 20
|
||||||
baseurl: /
|
baseurl: /
|
||||||
domain_name: 'http://quentin.dufour.tk'
|
domain_name: 'http://quentin.dufour.io'
|
||||||
google_analytics: 'UA-37637739-1'
|
google_analytics: 'UA-37637739-1'
|
||||||
disqus_shortname: 'blogdequentin'
|
disqus_shortname: 'blogdequentin'
|
||||||
|
|
||||||
# Details for the RSS feed generator
|
# Details for the RSS feed generator
|
||||||
url: 'http://quentin.dufour.tk'
|
url: 'http://quentin.dufour.io'
|
||||||
author: 'Quentin Dufour'
|
author: 'Quentin Dufour'
|
||||||
authorTwitter: 'superboum'
|
authorTwitter: 'superboum'
|
||||||
|
|
||||||
|
@ -33,3 +33,6 @@ defaults:
|
||||||
type: posts
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: post
|
layout: post
|
||||||
|
|
||||||
|
gems:
|
||||||
|
- jekyll-sitemap
|
||||||
|
|
Loading…
Reference in a new issue