@@ -9,40 +9,42 @@ theme: jekyll-theme-chirpy
99lang : 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
2123description : >- # 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
2830github :
29- username : github_username # change to your GitHub username
31+ username : J-Linaris # change to your GitHub username
3032
3133twitter :
3234 username : twitter_username # change to your Twitter username
3335
3436social :
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
4850webmaster_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]
98100cdn :
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.
0 commit comments