-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
114 lines (100 loc) · 2.38 KB
/
_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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Site wide configuration
title: Timothée Bonnet
locale: en_US
url: https://timotheenivalis.github.io/
# Jekyll configuration
permalink: /:categories/:title/
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# Sass/SCSS
sass:
sass_dir: _sass
style: compressed
gems:
- jekyll-sitemap
- jekyll-gist
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
# Octopress
# Default extensions
post_ext: md
page_ext: md
# Found in _templates/
post_layout: post
page_layout: page
# Format titles with titlecase?
titlecase: true
# Analytics
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "custom"
google:
tracking_id : "UA-72868907-1"
# Site owner
owner:
name: Timothée Bonnet
avatar: biophoto.jpg
bio: "Evolutionary biologist/ecologist"
email: [email protected]
disqus-shortname: https-timotheenivalis-github-io
twitter: #username
facebook: #username
google:
plus: #username
analytics: UA-72868907-1
verify:
ad-client:
ad-slot:
bing-verify:
github: timotheenivalis
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
linkedin: timothée-bonnet-75108415a
xing: #username
instagram: #username
lastfm: #username
tumblr: #username
pinterest: #username
foursquare: #username
steam: #username
dribbble: #username
youtube: #username
soundcloud: #username
weibo: #username
flickr: 144879083@N02
codepen: #username
include: [".htaccess", "_pages"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: ""
type: pages
values:
comments: true
read_time: true
share: true
author_profile: true
related: false
# Comments
comments:
provider: "disqus"
disqus:
shortname: "https-timotheenivalis-github-io"