-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·129 lines (116 loc) · 2.55 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
info:
# Blog Information
title: "Konduto Blog"
subtitle: ""
cover_image: view-office-sao-paulo.jpg
cover_image_caption: "View from our first office, in São Paulo."
logo: logo.png
# Social links
facebook: konduto
twitter: KondutoBR
github: konduto
# Sharing settings
sharing:
twitter: false
facebook: false
gplus: false
hn: false
reddit: false
# Comments
disqus:
shortname: konduto
url: "https://blog.konduto.com"
# Analytics
google-analytics-id: "UA-47132225-1"
# Google Fonts
# eg. 'Droid+Sans:400,700|Droid+Serif:400,700'
google_font: 'Ubuntu:400,700'
# Site stuff
url: https://blog.konduto.com
main_url: https://www.konduto.com
baseurl: ""
permalink: /:categories/:year/:month/:title/
#paginate: 6
timezone: America/Sao_Paulo
encoding: utf-8
highlighter: rouge
markdown: kramdown
safe: true
exclude: ["vendor"]
sass:
sass_dir: _sass
style: :compressed
locales:
default: pt
pt:
name: pt
minread: mins
product: Produto
about: Sobre
older: Antigos
newer: Novos
written_by: Por
override_date: true
email_placeholder: [email protected]
subscribe_button: Assinar
mailchimp_id: 8949a10898
previous: Veja também
next: A seguir
months:
Jan: Janeiro
Feb: Fevereiro
Mar: Março
Apr: Abril
May: Maio
Jun: Junho
Jul: Julho
Aug: Agosto
Sep: Setembro
Oct: Outubro
Nov: Novembro
Dec: Dezembro
en:
name: en
minread: min read
product: Product
about: About
older: Older
newer: Newer
written_by: By
email_placeholder: [email protected]
subscribe_button: Subscribe
mailchimp_id: d4ebf0389a
previous: Previous story
next: Next up
authors:
tom:
name: Tom Canabarro
image: tc.jpg
bio: Co-founder @ Konduto
link: http://br.linkedin.com/in/tcanabarro/
milton:
name: Milton Tavares Neto
image: mt.jpg
bio: Co-founder @ Konduto
link: http://br.linkedin.com/in/miltontavares/
felipe:
name: Felipe Held
image: fh.jpg
bio: "Head of Marketing & Communications @ Konduto"
link: https://br.linkedin.com/in/felipeheld
daniel:
name: Daniel Bento
image: db.jpg
bio: Co-founder @ Konduto
link: https://br.linkedin.com/in/danielbento
defaults:
-
scope:
path: "pt"
values:
categories: ["pt"]
-
scope:
path: "en"
values:
categories: ["en"]