Skip to content

Commit de89a13

Browse files
update config.yml
1 parent 0cad046 commit de89a13

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ navbar-links:
2727
avatar: "/assets/img/logo.jpg"
2828

2929
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
30-
round-avatar: true
30+
round-avatar: false
3131

3232
# If you want to have an image logo in the top-left corner instead of having the title of the website,
3333
# then specify the following parameter
@@ -40,12 +40,12 @@ round-avatar: true
4040
# Uncomment the links you want to show and add your information to each one.
4141
social-network-links:
4242
43-
rss: true # remove this line if you don't want to show an RSS link at the bottom
44-
facebook: deanattali
45-
github: daattali
46-
twitter: daattali
47-
patreon: DeanAttali
48-
youtube: c/daattali
43+
# rss: true # remove this line if you don't want to show an RSS link at the bottom
44+
# facebook: deanattali
45+
github: hango-io
46+
# twitter: daattali
47+
# patreon: DeanAttali
48+
# youtube: c/daattali
4949
# medium: yourname
5050
# reddit: yourname
5151
# linkedin: daattali
@@ -69,26 +69,26 @@ social-network-links:
6969

7070
# If you want your website to generate an RSS feed, provide a description
7171
# The URL for the feed will be https://<your_website>/feed.xml
72-
rss-description: This website is a virtual proof that I'm awesome
72+
# rss-description: This website is a virtual proof that I'm awesome
7373

7474
# --- General options --- #
7575

7676
# Select which social network share links to show in posts
7777
share-links-active:
78-
twitter: true
79-
facebook: true
80-
linkedin: true
78+
twitter: false
79+
facebook: false
80+
linkedin: false
8181
vk: false
8282

8383
# How to display the link to your website in the footer
8484
# Remove this if you don't want a link in the footer
85-
url-pretty: "MyWebsite.com"
85+
url-pretty: "Home"
8686

8787
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
8888
excerpt_length: 50
8989

9090
# Whether or not to show an excerpt for every blog post in the feed page
91-
feed_show_excerpt: true
91+
feed_show_excerpt: false
9292

9393
# Whether or not to show a list of tags below each post preview in the feed page
9494
feed_show_tags: true
@@ -217,7 +217,7 @@ date_format: "%B %-d, %Y"
217217
# --- You don't need to touch anything below here (but you can if you want) --- #
218218

219219
# Output options (more information on Jekyll's site)
220-
timezone: "America/Toronto"
220+
timezone: "Asia/Shanghai"
221221
markdown: kramdown
222222
highlighter: rouge
223223
permalink: /:year-:month-:day-:title/

0 commit comments

Comments
 (0)