Skip to content

Commit 5b19296

Browse files
Merge pull request #1 from ramooncamacho/config/set-_config-values
Initial Jekyll configuration using the Chirpy theme
2 parents 314bc08 + aeb3277 commit 5b19296

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

_config.yml

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

1111
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12-
timezone: Asia/Shanghai
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: RAM2ON # the main title
1818

19-
tagline: A text-focused Jekyll theme # it will display as the subtitle
19+
tagline: No AllSpark, no problem—just pure tech energy # it will display as the subtitle
2020

2121
description: >- # used by seo meta and the atom feed
2222
A minimal, responsive and feature-rich Jekyll theme for technical writing.
2323
2424
# Fill in the protocol & hostname for your site.
2525
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
26+
url: "https://ramooncamacho.github.io"
2727

2828
github:
29-
username: github_username # change to your GitHub username
29+
username: ramooncamacho # change to your GitHub username
3030

3131
twitter:
32-
username: twitter_username # change to your Twitter username
32+
username: ramooncamacho # change to your Twitter username
3333

3434
social:
3535
# Change to your full name.
3636
# 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
37+
name: Ramoon Camacho
38+
email: ramooncamacho@gmail.com # change to your email address
3939
links:
4040
# 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
41+
- https://x.com/ramooncamacho # change to your Twitter homepage
42+
- https://github.com/ramooncamacho # change to your GitHub homepage
4343
# Uncomment below to add more social links
4444
# - https://www.facebook.com/username
45-
# - https://www.linkedin.com/in/username
45+
- https://www.linkedin.com/in/ramoon-camacho
4646

4747
# Site Verification Settings
4848
webmaster_verifications:
@@ -95,10 +95,11 @@ theme_mode: # [light | dark]
9595
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
9696
#
9797
# e.g. 'https://cdn.com'
98-
cdn: "https://chirpy-img.netlify.app"
98+
# cdn: "https://chirpy-img.netlify.app"
9999

100100
# the avatar on sidebar, support local or CORS resources
101-
avatar: "/commons/avatar.jpg"
101+
# avatar: "/commons/avatar.jpg"
102+
avatar: "/assets/img/avatar.jpg"
102103

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

assets/img/avatar.jpg

108 KB
Loading

0 commit comments

Comments
 (0)