Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuslaidler authored Apr 5, 2024
1 parent b17041c commit 9cdb7f8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ theme: jekyll-theme-chirpy
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
# otherwise, the layout language will use the default value of 'en'.
lang: en
lang: pt-BR

# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
timezone:

# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
# ↓ --------------------------

title: Chirpy # the main title
title: Way Of Security # the main title

tagline: A text-focused Jekyll theme # it will display as the sub-title
tagline: Road to hacking # it will display as the sub-title

description: >- # used by seo meta and the atom feed
A minimal, responsive and feature-rich Jekyll theme for technical writing.
Blog with some cybersecurity articles
# Fill in the protocol & hostname for your site.
# e.g. 'https://username.github.io', note that it does not end with a '/'.
url: ""
url: "https://wayofsec.github.io"

github:
username: github_username # change to your github username
username: matheuslaidler # change to your github username

twitter:
username: twitter_username # change to your twitter username
username: matheuslaidler # change to your twitter username

social:
# Change to your full name.
# It will be displayed as the default author of the posts and the copyright owner in the Footer
name: your_full_name
email: example@domain.com # change to your email address
name: matheus laidler
email: matheuslaidler@protonmail.com # change to your email address
links:
# The first element serves as the copyright owner's link
- https://twitter.com/username # change to your twitter homepage
- https://github.com/username # change to your github homepage
- https://twitter.com/matheuslaidler # change to your twitter homepage
- https://github.com/matheuslaidler # change to your github homepage
# Uncomment below to add more social links
# - https://www.facebook.com/username
# - https://www.linkedin.com/in/username
Expand Down Expand Up @@ -76,7 +76,7 @@ theme_mode: # [light | dark]
img_cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: https://avatars.githubusercontent.com/u/76860503?v=4

# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
# It can be overridden by a customized `page.image` in front matter.
Expand Down

0 comments on commit 9cdb7f8

Please sign in to comment.