Skip to content

Commit 548fba7

Browse files
authored
Update _config.yml
Signed-off-by: Jason Brain <[email protected]>
1 parent e928ec6 commit 548fba7

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

_config.yml

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,24 @@ 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/Toronto
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+
social:
18+
name: Jason Brain
19+
20+
links:
21+
- https://twitter.com/jasonbra1n
22+
- https://github.com/jasonbra1n
23+
24+
avatar: "/commons/avatar.jpg"
25+
toc: true
26+
paginate: 10
27+
28+
29+
title: "Jason Brain's Blog" # the main title
1830

1931
tagline: A text-focused Jekyll theme # it will display as the subtitle
2032

@@ -23,13 +35,13 @@ description: >- # used by seo meta and the atom feed
2335
2436
# Fill in the protocol & hostname for your site.
2537
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26-
url: ""
38+
url: "https://jasonbra1n.github.io"
2739

2840
github:
29-
username: github_username # change to your GitHub username
41+
username: jasonbra1n # change to your GitHub username
3042

3143
twitter:
32-
username: twitter_username # change to your Twitter username
44+
username: jasonbra1n # change to your Twitter username
3345

3446
social:
3547
# Change to your full name.
@@ -38,8 +50,8 @@ social:
3850
email: [email protected] # change to your email address
3951
links:
4052
# 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
53+
- https://twitter.com/jasonbra1n # change to your Twitter homepage
54+
- https://github.com/jasonbra1n # change to your GitHub homepage
4355
# Uncomment below to add more social links
4456
# - https://www.facebook.com/username
4557
# - https://www.linkedin.com/in/username

0 commit comments

Comments
 (0)