@@ -27,7 +27,7 @@ navbar-links:
27
27
avatar : " /assets/img/logo.jpg"
28
28
29
29
# 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
31
31
32
32
# If you want to have an image logo in the top-left corner instead of having the title of the website,
33
33
# then specify the following parameter
@@ -40,12 +40,12 @@ round-avatar: true
40
40
# Uncomment the links you want to show and add your information to each one.
41
41
social-network-links :
42
42
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
49
49
# medium: yourname
50
50
# reddit: yourname
51
51
# linkedin: daattali
@@ -69,26 +69,26 @@ social-network-links:
69
69
70
70
# If you want your website to generate an RSS feed, provide a description
71
71
# 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
73
73
74
74
# --- General options --- #
75
75
76
76
# Select which social network share links to show in posts
77
77
share-links-active :
78
- twitter : true
79
- facebook : true
80
- linkedin : true
78
+ twitter : false
79
+ facebook : false
80
+ linkedin : false
81
81
vk : false
82
82
83
83
# How to display the link to your website in the footer
84
84
# Remove this if you don't want a link in the footer
85
- url-pretty : " MyWebsite.com "
85
+ url-pretty : " Home "
86
86
87
87
# Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words
88
88
excerpt_length : 50
89
89
90
90
# 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
92
92
93
93
# Whether or not to show a list of tags below each post preview in the feed page
94
94
feed_show_tags : true
@@ -217,7 +217,7 @@ date_format: "%B %-d, %Y"
217
217
# --- You don't need to touch anything below here (but you can if you want) --- #
218
218
219
219
# Output options (more information on Jekyll's site)
220
- timezone : " America/Toronto "
220
+ timezone : " Asia/Shanghai "
221
221
markdown : kramdown
222
222
highlighter : rouge
223
223
permalink : /:year-:month-:day-:title/
0 commit comments