@@ -14,32 +14,32 @@ timezone: Asia/Shanghai
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 : gold3fluoride # the main title
1818
19- tagline : A text-focused Jekyll theme # it will display as the subtitle
19+ tagline : Welcome to gold3fluoride's personal site (trial implementation) # it will display as the subtitle
2020
2121description : >- # used by seo meta and the atom feed
22- A minimal, responsive and feature-rich Jekyll theme for technical writing.
22+ gold3fluoride's first personal site
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://gold3fluoride.github.io "
2727
2828github :
29- username : github_username # change to your GitHub username
29+ username : gold3fluoride # change to your GitHub username
3030
31- twitter :
32- username : twitter_username # change to your Twitter username
31+ # twitter:
32+ # username: # change to your Twitter username
3333
3434social :
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 :
[email protected] # change to your email address 37+ name : Xinzhe Wang (under the pseudonym gold3fluoride)
38+ email :
[email protected] # 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://twitter.com/username # change to your Twitter homepage
42+ - https://github.com/gold3fluoride # change to your GitHub homepage
4343 # Uncomment below to add more social links
4444 # - https://www.facebook.com/username
4545 # - https://www.linkedin.com/in/username
@@ -75,7 +75,7 @@ analytics:
7575
7676# Page views settings
7777pageviews :
78- provider : # now only supports 'goatcounter'
78+ provider : goatcounter # now only supports 'goatcounter'
7979
8080# Prefer color scheme setting.
8181#
@@ -88,28 +88,28 @@ pageviews:
8888# light — Use the light color scheme
8989# dark — Use the dark color scheme
9090#
91- theme_mode : # [light | dark]
91+ theme_mode : # [light | dark]
9292
9393# The CDN endpoint for media resources.
9494# Notice that once it is assigned, the CDN url
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 : " /assets/AuF3.png "
102102
103103# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104104# It can be overridden by a customized `page.image` in front matter.
105- social_preview_image : # string, local or CORS resources
105+ social_preview_image : " /assets/AuF3.png " # string, local or CORS resources
106106
107107# boolean type, the global switch for TOC in posts.
108108toc : true
109109
110- comments :
110+ comments :
111111 # Global switch for the post-comment system. Keeping it empty means disabled.
112- provider : # [disqus | utterances | giscus]
112+ provider : giscus # [disqus | utterances | giscus]
113113 # The provider options are as follows:
114114 disqus :
115115 shortname : # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
@@ -119,14 +119,14 @@ comments:
119119 issue_term : # < url | pathname | title | ...>
120120 # Giscus options › https://giscus.app
121121 giscus :
122- repo : # <gh-username>/<repo>
123- repo_id :
124- category :
125- category_id :
126- mapping : # optional, default to 'pathname'
122+ repo : gold3fluoride/comments3 # <gh-username>/<repo>
123+ repo_id : R_kgDOPpCBlw
124+ category : Announcements
125+ category_id : DIC_kwDOPpCBl84Cu6pN
126+ mapping : pathname # optional, default to 'pathname'
127127 strict : # optional, default to '0'
128- input_position : # optional, default to 'bottom'
129- lang : # optional, default to the value of `site.lang`
128+ input_position : bottom # optional, default to 'bottom'
129+ lang : zh-CN # optional, default to the value of `site.lang`
130130 reactions_enabled : # optional, default to the value of `1`
131131
132132# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
0 commit comments