-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_config.yml
51 lines (40 loc) · 980 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# standard jekyll configuration
permalink: pretty
exclude: ['Gemfile', 'Gemfile.lock']
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# configuration required for some pages
domain: blog.luxifer.fr
url: blog.luxifer.fr
title: Blog de Florent Viel
author: Florent Viel
description: Blog centré sur le développement php et symfony2
email: [email protected]
include: [images,font]
paginate: 5
lsi: false
icon: /assets/images/icon.png
# specific configuration
google_analytics:
account: UA-438897-2
disqus:
id: luxifer
author:
name: Florent Viel
email: [email protected]
url: https://plus.google.com/+FlorentViel
uri: https://plus.google.com/+FlorentViel
copyright:
author: Florent Viel
url: http://florentviel.com
type_title: Tous droits réservés
type_url: http://creativecommons.org/licenses/by-nc/4.0/
gems:
- jekyll-sitemap
- jekyll-mentions
- jekyll-feed
- jekyll-paginate
feed:
path: atom.xml