@@ -21,32 +21,32 @@ tagline: CyberSecurity | CTF Player | Bug Bounty | Pentest | Ethical Hacking | R
21
21
description : >- # Usado pelo seo meta e pelo feed atom
22
22
A minimal, responsive and feature-rich Jekyll theme for technical writing.
23
23
24
- # Fill in the protocol & hostname for your site.
25
- # E.g. 'https://username.github.io', note that it does not end with a '/'.
24
+ # Preencha o protocolo e o nome do host do seu site.
25
+ # Por exemplo 'https://username.github.io', observe que não termina com '/'.
26
26
url : " https://soarespaullo.github.io"
27
27
28
28
github :
29
- username : soarespaullo # change to your GitHub username
29
+ username : soarespaullo # Mude para seu nome de usuário do GitHub
30
30
31
31
twitter :
32
- username : twitter_username # change to your Twitter username
32
+ username : twitter_username # mude para seu nome de usuário do Twitter
33
33
34
34
author :
35
35
name : Paulo Soares
36
36
url : https://github.com/soarespaullo/
37
37
38
38
social :
39
- # Change to your full name .
40
- # It will be displayed as the default author of the posts and the copyright owner in the Footer
39
+ # Mude para seu nome completo .
40
+ # Ele será exibido como autor padrão das postagens e proprietário dos direitos autorais no rodapé
41
41
name : Paulo Soares
42
- email : soarespaullo@proton.me # change to your email address
42
+ email : soarespaullo@proton.me # Mude para seu endereço de e-mail
43
43
links :
44
- # The first element serves as the copyright owner's link
44
+ # O primeiro elemento serve como link do proprietário dos direitos autorais
45
45
# - https://twitter.com/username # change to your Twitter homepage
46
- - https://github.com/username # change to your GitHub homepage
47
- # Uncomment below to add more social links
46
+ - https://github.com/username # Mude para sua página inicial do GitHub
47
+ # Remova o comentário abaixo para adicionar mais links sociais
48
48
# - https://www.facebook.com/username
49
- # - https://www.linkedin.com/in/username
49
+ - https://www.linkedin.com/in/username
50
50
51
51
# Site Verification Settings
52
52
webmaster_verifications :
@@ -101,14 +101,14 @@ theme_mode: # [light | dark]
101
101
# e.g. 'https://cdn.com'
102
102
cdn :
103
103
104
- # the avatar on sidebar, support local or CORS resources
104
+ # Avatar na barra lateral, oferece suporte a recursos locais ou CORS
105
105
avatar : /assets/img/avatar/profile.jpg
106
106
107
107
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
108
108
# It can be overridden by a customized `page.image` in front matter.
109
109
social_preview_image : # string, local or CORS resources
110
110
111
- # boolean type, the global switch for TOC in posts .
111
+ # Tipo booleano, a opção global para TOC nas postagens .
112
112
toc : true
113
113
114
114
comments :
@@ -153,10 +153,10 @@ pwa:
153
153
154
154
paginate : 10
155
155
156
- # The base URL of your site
156
+ # O URL base do seu site
157
157
baseurl : " /blog"
158
158
159
- # ------------ The following options are not recommended to be modified ------------------
159
+ # ------------ As seguintes opções não são recomendadas para serem modificadas ------------------
160
160
161
161
kramdown :
162
162
footnote_backlink : " ↩︎"
@@ -177,12 +177,12 @@ collections:
177
177
178
178
defaults :
179
179
- scope :
180
- path : " " # An empty string here means all files in the project
180
+ path : " " # Uma string vazia aqui significa todos os arquivos do projeto
181
181
type : posts
182
182
values :
183
183
layout : post
184
- comments : true # Enable comments in posts .
185
- toc : true # Display TOC column in posts .
184
+ comments : true # Habilite comentários nas postagens .
185
+ toc : true # Exibir coluna TOC nas postagens .
186
186
# DO NOT modify the following parameter unless you are confident enough
187
187
# to update the code of all other post links in this project.
188
188
permalink : /posts/:title/
0 commit comments