-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
250 lines (208 loc) · 6.29 KB
/
config.toml
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
####################### default configuration ####################
baseurl = "https://ricardoferreira.site"
title = "Ricardo Ferreira - Soluções Open Source para Infraestrutura"
languagecode = "pt-br"
defaultcontentlanguage = "pt-br"
theme = "bookworm-light"
# post pagination
paginate = "5"
# post excerpt
summaryLength = "20"
# google analytics
googleAnalytics = "UA-151634076-1" # example : UA-123-45
# disqus short name
disqusShortname = "ricardoferreira" # get your shortname form here : https://disqus.com
############################# Modules ##############################
[module.hugoVersion]
extended = true
min = "0.87.0"
############################ All Texts ################################
[params.pageindex]
title = "Soluções Open Source para Infraestrutura"
############################# Image Processing ##############################
[imaging]
quality = "95"
############################# Outputs ##############################
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup.goldmark.renderer]
unsafe= true
############################## Plugins ##############################
# CSS Plugins
[[params.plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[params.plugins.css]]
link = "plugins/line-awesome/css/line-awesome.min.css"
[[params.plugins.css]]
link = "https://fonts.googleapis.com/css2?family=Mulish:wght@500;600;700;800;900&display=swap"
# JS Plugins
[[params.plugins.js]]
link = "plugins/jquery/jquery.min.js"
[[params.plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
#[[params.plugins.js]]
#link = "plugins/instagram-feed/instagram-feed.js"
[[params.plugins.js]]
link = "plugins/search/fuse.min.js"
[[params.plugins.js]]
link = "plugins/search/mark.js"
[[params.plugins.js]]
link = "plugins/search/search.js"
# site variables
[params.variables]
color_body = "#333333"
bg_body = "#FFFFFF"
color_primary = "#152035"
font_primary = "Mulish"
#font_primary = "Merriweather,serif,sans-serif"
#font_primary = "Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji"
h1 = "64px"
h1_lg = "52px"
h1_md = "42px"
h2 = "38px"
h2_md = "30px"
h3 = "30px"
h3_md = "24px"
h4 = "24px"
h5 = "18px"
h6 = "16px"
white = "#ffffff"
black = "#000000"
dark = "#152035"
gray = "#747577"
light = "#FAFAFA"
font_size_body = "17px"
font_weight_body = "500"
line_height_body = "1.8em"
#color_primary = "#476cb3"
#color_primary = "#01AD9F"
#################### default parameters ################################
[params]
# static/images
banner_background = "images/banner-shape.png"
#"https://demo.gethugothemes.com/northendlab/images/banner-shape.png"
# assets/images
perfil = "images/perfil-02.jpeg"
logo_text = "RICARDO FERREIRA"
logo = "images/logo.png"
logo_width = "200px"
favicon = "images/favicon.png"
#Ogimage
ogimage = "images/logo.png"
# keywords meta
keywords = "linux, infraestrutura, open source"
# Meta data
description = "Apaixonado por novas tecnologias, Bacharel em Ciência da Computação. Atualmente, estou mirando os dados, depois de alguns anos na infraestrutura"
author = "Ricardo Ferreira"
#minibio = "Bacharel em Ciência da Computação. Atualmente, mirando os dados; depois de alguns anos na Infra"
minibio = "Especialista em Soluções Open Source para Infraestrutura de TI"
# contact form action
contact_form_action = "#" # contact form works with https://formspree.io
# search
search = true
# main section
mainSections = ["blog"]
# copyright
copyright = "Designed & Developed By [Gethugothemes](https://gethugothemes.com/)"
# Preloader
[params.preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Subscription
[params.subscription]
enable = true
title = "Inscreva-se na minha newsletter periódica"
subtitle = "Junte-se a mais de 400 assinantes"
# mailchimp subsciption
#mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
#mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074" # replace this code with yours
#input_placeholder = "Enter your email"
# cookies
[params.cookies]
enable = false
expire_days = 2
############################# Main Menu ########################
[[menu.main]]
name = "Blog"
url = "blog/"
weight = 1
[[menu.main]]
name = "Sobre"
url = "about/"
weight = 7
[[menu.main]]
name = "Contato"
url = "contato/"
weight = 8
[[menu.main]]
weight = 5
url = "#"
name = "Serviços e Consultoria"
hasChildren = true
[[menu.main]]
parent = "Serviços e Consultoria"
name = "Linux"
url = "#"
weight = 1
[[menu.main]]
weight = 6
url = "#"
name = "Treinamentos"
hasChildren = true
[[menu.main]]
parent = "Treinamentos"
name = "Aprender a aprender"
url = "#"
weight = 1
[[menu.main]]
parent = "Treinamentos"
name = "Docker do zero"
url = "treinamento/docker-do-zero/"
weight = 2
[[menu.main]]
parent = "Treinamentos"
name = "Elements"
weight = 3
url = "elements/"
############################# Footer Menu ########################
[[menu.footer]]
name = "About"
url = "about/"
weight = 1
[[menu.footer]]
name = "Contato"
url = "contact/"
weight = 2
[[menu.footer]]
name = "Privacy"
url = "privacy/"
weight = 3
[[menu.footer]]
name = "Terms & Conditions"
url = "terms-conditions/"
weight = 4
# Social Icons
#[[params.social]]
#icon = "lab la-facebook-f" # https://icons8.com/line-awesome
#url = "https://www.facebook.com/"
[[params.social]]
icon = "lab la-discord" # https://icons8.com/line-awesome
url = "https://discord.gg/N5DAf6nSJG"
[[params.social]]
icon = "lab la-instagram" # https://icons8.com/line-awesome
url = "https://www.instagram.com/ricardoferreira.tec"
[[params.social]]
icon = "lab la-linkedin-in" # https://icons8.com/line-awesome
url = "https://www.linkedin.com/in/ricardo-ferreira-costa/"
[[params.social]]
icon = "lab la-youtube" # https://icons8.com/line-awesome
url = "https://www.twitter.com/"
[[params.social]]
icon = "lab la-twitter" # https://icons8.com/line-awesome
url = "https://www.twitter.com/"
############################## Disabled #######################
# Instagram feed
#[params.instafeed]
#enable = false
#instagram_user = "bookworm"
#access_token = "IGQVJYeUk4YWNIY1h4OWZANeS1wRHZARdjJ5QmdueXN2RFR6NF9iYUtfcGp1NmpxZA3RTbnU1MXpDNVBHTzZAMOFlxcGlkVHBKdjhqSnUybERhNWdQSE5hVmtXT013MEhOQVJJRGJBRURn"