-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
81 lines (67 loc) · 1.99 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
title: "" # Site title in default language
description: "" # A short description in default language
url: "https://marcanuy.com" # The full URL to your site.
author: marcanuy # Global author information, should be the
# key of file: _data/authors.yml to be used in
# site.data.authors[author]
twitter:
username: marcanuy # site-wide Twitter handle
# facebook:
# app_id: 1234 # a Facebook app ID for Facebook insights
# publisher: 1234 # a Facebook page URL or ID of the publishing entity
# admins: 1234 # facebook:admins - a Facebook user ID for domain
# # insights linked to a personal account
logo: /assets/img/logo-big.png # /assets/img/your-company-logo.png - URL to a site-wide logo (e.g., /)
social:
name: Marcelo Canina
links:
- https://twitter.com/marcanuy
- https://github.com/marcanuy
- http://stackexchange.com/users/1193189/marcanuy?tab=accounts
- https://www.linkedin.com/in/marcelocanina
- https://plus.google.com/118415138433063920612
- https://keybase.io/marcanuy
webmaster_verifications:
google: M34zaO-o1QC6P4k-5PFTPKPYWMuiF6IRIkBfZsBLscE
bing: 453BB779294406F41BD202E3E24FFE55
yandex: 0102ee4f55612159
lang: en_US
##########################################################################
# sass style can be nested (default), compact, compressed, or expanded.
sass:
load_paths:
- _sass
- bower_components
style: compressed
gems:
- jekyll-toc
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
defaults:
#languages
-
scope:
path: ""
values:
lang: "en"
layout: default
-
scope:
path: "es"
values:
lang: "es"
-
scope:
path: "en/project"
values:
layout: "project"
-
scope:
path: "es/proyectos"
values:
layout: "project"
permalink: /:categories/:title