@@ -50,7 +50,7 @@ google_site_verification: TeYzsLRqfADe2XETO1Gjub3g15Z9PuU6x71gXaaU-wo # fill in
50
50
# The end of `jekyll-seo-tag` settings
51
51
52
52
google_analytics :
53
- id : ' G-5DTSLJLHZK' # fill in your Google Analytics ID
53
+ id : " G-5DTSLJLHZK" # fill in your Google Analytics ID
54
54
55
55
# Prefer color scheme setting.
56
56
#
@@ -73,7 +73,7 @@ theme_mode: # [light|dark]
73
73
img_cdn : " https://raw.githubusercontent.com/blogdedanielmonettelli/blogdedanielmonettelli.github.io/main/assets/images/"
74
74
75
75
# the avatar on sidebar, support local or CORS resources
76
- avatar : " Daniel_Monettelli.jpg "
76
+ avatar : " Daniel_Monettelli.png "
77
77
78
78
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
79
79
# It can be overridden by a customized `page.image` in front matter.
@@ -83,7 +83,7 @@ social_preview_image: # string, local or CORS resources
83
83
toc : true
84
84
85
85
comments :
86
- active : ' giscus' # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
86
+ active : " giscus" # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
87
87
# The active options are as follows:
88
88
disqus :
89
89
shortname : # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
@@ -93,14 +93,14 @@ comments:
93
93
issue_term : # < url | pathname | title | ...>
94
94
# Giscus options › https://giscus.app
95
95
giscus :
96
- repo : blogdedanielmonettelli/blogdedanielmonettelli.github.io # <gh-username>/<repo>
97
- repo_id : R_kgDOJCvoiA # <gh-repo-id>
98
- category : Q&A # <category>
99
- category_id : DIC_kwDOJCvoiM4CUfUZ # <gh-category-id>
100
- mapping : title # optional, default to 'pathname'
101
- input_position : # optional, default to 'bottom'
102
- lang : es # optional, default to the value of `site.lang`
103
- reactions_enabled : # optional, default to the value of `1`
96
+ repo : blogdedanielmonettelli/blogdedanielmonettelli.github.io # <gh-username>/<repo>
97
+ repo_id : R_kgDOJCvoiA # <gh-repo-id>
98
+ category : Q&A # <category>
99
+ category_id : DIC_kwDOJCvoiM4CUfUZ # <gh-category-id>
100
+ mapping : title # optional, default to 'pathname'
101
+ input_position : # optional, default to 'bottom'
102
+ lang : es # optional, default to the value of `site.lang`
103
+ reactions_enabled : # optional, default to the value of `1`
104
104
105
105
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
106
106
assets :
0 commit comments