Skip to content

Commit 1fc3ece

Browse files
authored
Update _config.yml
1 parent 99f303b commit 1fc3ece

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

_config.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -21,32 +21,32 @@ tagline: CyberSecurity | CTF Player | Bug Bounty | Pentest | Ethical Hacking | R
2121
description: >- # Usado pelo seo meta e pelo feed atom
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2323
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 '/'.
2626
url: "https://soarespaullo.github.io"
2727

2828
github:
29-
username: soarespaullo # change to your GitHub username
29+
username: soarespaullo # Mude para seu nome de usuário do GitHub
3030

3131
twitter:
32-
username: twitter_username # change to your Twitter username
32+
username: twitter_username # mude para seu nome de usuário do Twitter
3333

3434
author:
3535
name: Paulo Soares
3636
url: https://github.com/soarespaullo/
3737

3838
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é
4141
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
4343
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
4545
# - 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
4848
# - https://www.facebook.com/username
49-
# - https://www.linkedin.com/in/username
49+
- https://www.linkedin.com/in/username
5050

5151
# Site Verification Settings
5252
webmaster_verifications:
@@ -101,14 +101,14 @@ theme_mode: # [light | dark]
101101
# e.g. 'https://cdn.com'
102102
cdn:
103103

104-
# the avatar on sidebar, support local or CORS resources
104+
# Avatar na barra lateral, oferece suporte a recursos locais ou CORS
105105
avatar: /assets/img/avatar/profile.jpg
106106

107107
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
108108
# It can be overridden by a customized `page.image` in front matter.
109109
social_preview_image: # string, local or CORS resources
110110

111-
# boolean type, the global switch for TOC in posts.
111+
# Tipo booleano, a opção global para TOC nas postagens.
112112
toc: true
113113

114114
comments:
@@ -153,10 +153,10 @@ pwa:
153153

154154
paginate: 10
155155

156-
# The base URL of your site
156+
# O URL base do seu site
157157
baseurl: "/blog"
158158

159-
# ------------ The following options are not recommended to be modified ------------------
159+
# ------------ As seguintes opções não são recomendadas para serem modificadas------------------
160160

161161
kramdown:
162162
footnote_backlink: "↩︎"
@@ -177,12 +177,12 @@ collections:
177177

178178
defaults:
179179
- 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
181181
type: posts
182182
values:
183183
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.
186186
# DO NOT modify the following parameter unless you are confident enough
187187
# to update the code of all other post links in this project.
188188
permalink: /posts/:title/

0 commit comments

Comments
 (0)