-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (40 loc) · 1.18 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
title: Curiosity is bliss
description: Julien Couvreur's programming blog and more
tagline: Julien Couvreur's programming blog and more
url: http://blog.monstuff.com
baseurl: http://blog.monstuff.com
paginate: 3
author_name: Julien Couvreur
ga: UA-74363-1
permalink: /archives/:year/:month/:title.html
disqus_shortname: curiosityisbliss
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: True
-
scope:
path: "archives"
values:
layout: "post"
comments: True
prose:
media: "archives/images"
rooturl: '_posts'
relativeLinks: 'http://blog.monstuff.com/links.jsonp'
siteurl: 'http://blog.monstuff.com/'
sass:
sass_dir: _sass
style: :compressed
pages_list: { 'Archive':'/archives.html', 'Feed':'/index.xml', 'About':'/about.html', 'Search':'https://cse.google.com/cse/publicurl?cx=005101733046013339255:zbcros0nd_0' }
exclude:
- .gitignore
- README.md
gems:
- jekyll-redirect-from
encoding: UTF-8
timezone: America/Los_Angeles