Skip to content

Commit cada6c8

Browse files
authored
Merge pull request #94 from peterlau123/fix/github-username-placeholder
fix: replace github_username placeholder with actual username
2 parents bf060ab + c7e131d commit cada6c8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

_config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,22 @@ description: >- # used by seo meta and the atom feed
2626
url: ""
2727

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

3131
twitter:
3232
username: twitter_username # 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: 刘鑫
38+
email: lausing_image@outlook.com # change to your email address
3939
fediverse_handle: # fill in your fediverse handle. E.g. "@username@domain.com"
4040
links:
4141
# The first element serves as the copyright owner's link
4242
- https://twitter.com/username # change to your Twitter homepage
43-
- https://github.com/username # change to your GitHub homepage
43+
- https://github.com/peterlau123 # change to your GitHub homepage
44+
- https://www.zhihu.com/people/liu-xin-36-86-97
4445
# Uncomment below to add more social links
4546
# - https://www.facebook.com/username
4647
# - https://www.linkedin.com/in/username

0 commit comments

Comments
 (0)