Skip to content

Commit 9f002c8

Browse files
committed
Initial commit (minor configurations)
1 parent 8fa4adc commit 9f002c8

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

_config.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,42 @@ theme: jekyll-theme-chirpy
99
lang: en
1010

1111
# Change to your timezone › https://zones.arilyn.cc
12-
timezone:
12+
timezone: America/Sao_Paulo
1313

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

17-
title: Chirpy # the main title
17+
title: João Linaris # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: Portfolio and notes of João Linaris # it will display as the subtitle
20+
21+
image: ./imgs/photoProfile.jpg
2022

2123
description: >- # used by seo meta and the atom feed
2224
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2325
2426
# Fill in the protocol & hostname for your site.
2527
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
28+
url: https://j-linaris.github.io
2729

2830
github:
29-
username: github_username # change to your GitHub username
31+
username: J-Linaris # change to your GitHub username
3032

3133
twitter:
3234
username: twitter_username # change to your Twitter username
3335

3436
social:
3537
# Change to your full name.
3638
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37-
name: your_full_name
38-
email: example@domain.com # change to your email address
39+
name: João Paulo Menezes Linaris
40+
email: joaolinaris@gmail.com # change to your email address
3941
links:
4042
# The first element serves as the copyright owner's link
41-
- https://twitter.com/username # change to your Twitter homepage
42-
- https://github.com/username # change to your GitHub homepage
43+
# - https://twitter.com/username # change to your Twitter homepage
44+
- https://github.com/J-Linaris # change to your GitHub homepage
4345
# Uncomment below to add more social links
4446
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
47+
- https://www.linkedin.com/in/joao-linaris/
4648

4749
# Site Verification Settings
4850
webmaster_verifications:
@@ -88,7 +90,7 @@ pageviews:
8890
# light — Use the light color scheme
8991
# dark — Use the dark color scheme
9092
#
91-
theme_mode: # [light | dark]
93+
theme_mode: dark # [light | dark]
9294

9395
# The CDN endpoint for media resources.
9496
# Notice that once it is assigned, the CDN url
@@ -98,7 +100,7 @@ theme_mode: # [light | dark]
98100
cdn:
99101

100102
# the avatar on sidebar, support local or CORS resources
101-
avatar:
103+
avatar: ./imgs/photoProfile.jpg
102104

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

_data/contact.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
icon: "fas fa-envelope"
1111
noblank: true # open link in current tab
1212

13-
- type: rss
14-
icon: "fas fa-rss"
15-
noblank: true
13+
# - type: rss
14+
# icon: "fas fa-rss"
15+
# noblank: true
1616
# Uncomment and complete the url below to enable more contact options
1717
#
1818
# - type: mastodon
1919
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2020
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2121
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
22+
- type: linkedin
23+
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24+
url: 'https://www.linkedin.com/in/joao-linaris/' # Fill with your Linkedin homepage
2525
#
2626
# - type: stack-overflow
2727
# icon: 'fab fa-stack-overflow'

_data/share.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ platforms:
1616

1717
# Uncomment below if you need to.
1818
#
19-
# - type: Linkedin
20-
# icon: "fab fa-linkedin"
21-
# link: "https://www.linkedin.com/feed/?shareActive=true&shareUrl=URL"
19+
- type: Linkedin
20+
icon: "fab fa-linkedin"
21+
link: "https://www.linkedin.com/in/joao-linaris/"
2222
#
2323
# - type: Weibo
2424
# icon: "fab fa-weibo"

0 commit comments

Comments
 (0)