From 79480c2bc716774a0e2075f3fd35b9ac0b1581d1 Mon Sep 17 00:00:00 2001 From: JohnnyZB <50960476+JohnnyZB@users.noreply.github.com> Date: Thu, 7 Jan 2021 17:12:44 +0300 Subject: [PATCH] fix additional options --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 9626e39..f7a5783 100644 --- a/_config.yml +++ b/_config.yml @@ -64,20 +64,20 @@ social-network-links: # If you want to show a link to an RSS in the footer, add the site description here. # If you don't want to show an RSS link, remove the following line. -rss-description: This website is a virtual proof that I'm awesome +# rss-description: This website is a virtual proof that I'm awesome # --- General options --- # # Select which social network share links to show in posts share-links-active: twitter: true - facebook: true - linkedin: true + facebook: false + linkedin: false vk: false # How to display the link to your website in the footer # Remove this if you don't want a link in the footer -url-pretty: "MyWebsite.com" +# url-pretty: "MyWebsite.com" # Excerpt word length - Truncate the excerpt of each post on the feed page to the specified number of words excerpt_length: 50 @@ -86,7 +86,7 @@ excerpt_length: 50 feed_show_excerpt: true # Whether or not to show a list of tags below each post preview in the feed page -feed_show_tags: true +feed_show_tags: false # The keywords to associate with your website, for SEO purposes #keywords: "my,list,of,keywords"