Skip to content

Commit 0cd3045

Browse files
authored
Add files via upload
1 parent 01e539a commit 0cd3045

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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: entysec # change to your GitHub username
3030

3131
twitter:
32-
username: twitter_username # change to your Twitter username
32+
username: entysec # change to your Twitter username
3333

3434
social:
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]
9898
cdn:
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.
108108
toc: true

0 commit comments

Comments
 (0)