@@ -26,10 +26,10 @@ description: >- # used by seo meta and the atom feed
2626url : " "
2727
2828github :
29- username : github_username # change to your GitHub username
29+ username : entysec # change to your GitHub username
3030
3131twitter :
32- username : twitter_username # change to your Twitter username
32+ username : entysec # change to your Twitter username
3333
3434social :
3535 # Change to your full name.
@@ -88,7 +88,7 @@ pageviews:
8888# light — Use the light color scheme
8989# dark — Use the dark color scheme
9090#
91- theme_mode : light # [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
@@ -98,11 +98,11 @@ theme_mode: light # [light | dark]
9898cdn :
9999
100100# the avatar on sidebar, support local or CORS resources
101- avatar :
101+ avatar : assets/img/logo-blue.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/img/logo-blue.png # string, local or CORS resources
106106
107107# boolean type, the global switch for TOC in posts.
108108toc : true
0 commit comments