-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
87 lines (73 loc) · 2.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
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
title: "" # Site title in default language
description: "" # A short description in default language
url: "https://marcanuy.github.io/jekyll-skeleton" # The full URL to your site.
# Note: site.github.url will be used by default.
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/your-company-logo.png - URL to a site-wide logo (e.g., /)
social:
name: Marcelo Canina
links:
- https://twitter.com/marcanuy
- https://www.linkedin.com/in/marcelocanina
- https://plus.google.com/118415138433063920612
- https://github.com/marcanuy
- https://keybase.io/marcanuy
#- https://www.facebook.com/marcanuy
webmaster_verifications:
# Google verification method: HTML tag
# the value of the *content* attribute: <meta name="google-site-verification" content="jXQVtt7ISFtvOvNUYoAQ0NiOaaQMWzSwoV2_FIqr2W4" />
google: "jXQVtt7ISFtvOvNUYoAQ0NiOaaQMWzSwoV2_FIqr2W4"
bing: #1234
alexa: #1234
yandex: #1234
lang: en_US
##########################################################################
# sass style can be nested (default), compact, compressed, or expanded.
sass:
load_paths:
- _sass
- node_modules
style: compressed
plugins:
- jekyll-toc
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from
defaults:
#languages
-
scope:
path: ""
values:
lang: "en"
layout: default
-
scope:
path: "es"
values:
lang: "es"
-
scope:
path: "de"
values:
lang: "de"
permalink: /:categories/:title
exclude:
- vendor
- deploy.sh
- node_modules
- Makefile
- Gemfile
- Gemfile.lock
- yarn.lock
- packages.json