@@ -6,15 +6,15 @@ theme: jekyll-theme-chirpy
66# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
77# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
88# otherwise, the layout language will use the default value of 'en'.
9- lang : en
9+ lang : zh-CN
1010
1111# Change to your timezone › https://zones.arilyn.cc
12- timezone :
12+ timezone : Asia/Shanghai
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 : LinkCaau Blog # the main title
1818
1919tagline : A text-focused Jekyll theme # it will display as the subtitle
2020
@@ -23,23 +23,19 @@ description: >- # used by seo meta and the atom feed
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://linkcaau.github.io "
2727
2828github :
29- username : github_username # change to your GitHub username
30-
31- twitter :
32- username : twitter_username # change to your Twitter username
29+ username : LinkCaau # change to your GitHub username
3330
3431social :
3532 # Change to your full name.
3633 # 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
34+ name : LinkCaau
35+ email : chaodongyue@163 .com # change to your email address
3936 links :
4037 # 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
38+ - https://github.com/LinkCaau # change to your GitHub homepage
4339 # Uncomment below to add more social links
4440 # - https://www.facebook.com/username
4541 # - https://www.linkedin.com/in/username
@@ -98,7 +94,7 @@ theme_mode: # [light | dark]
9894cdn :
9995
10096# the avatar on sidebar, support local or CORS resources
101- avatar :
97+ avatar : " https://avatars.githubusercontent.com/u/1543666 "
10298
10399# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104100# It can be overridden by a customized `page.image` in front matter.
0 commit comments