From 3ea3d52dbd4f28c6ec470fc7fca8976de025e387 Mon Sep 17 00:00:00 2001
From: Dean Attali <daattali@gmail.com>
Date: Sat, 22 Aug 2020 23:44:19 +0000
Subject: [PATCH] small updates to config file params documentation

---
 _config.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/_config.yml b/_config.yml
index 88837a6..216d484 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,7 +27,7 @@ avatar: "/assets/img/avatar-icon.png"
 # By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
 round-avatar: true
 
-# If you want to have an image logo in the top-left corner instead of the title text,
+# If you want to have an image logo in the top-left corner instead of having the title of the website,
 # then specify the following parameter
 #title-img: /path/to/image
 
@@ -77,7 +77,7 @@ url-pretty: "MyWebsite.com"
 # Create a "tags" index page and make tags on each post clickable
 link-tags: true
 
-# Excerpt Word Length - Truncates the excerpt to the specified number of words on the index page
+# Excerpt Word Length - Truncates the excerpt of posts on the index page to the specified number of words
 excerpt_length: 50
 
 # The keywords to associate with your website, for SEO purposes
@@ -98,7 +98,7 @@ footer-col: "#EAEAEA"
 footer-text-col: "#777777"
 footer-link-col: "#404040"
 
-# Alternatively, the navbar, footer, and page background can be set to use background images
+# Alternatively, the navbar, footer, and page background can be set to an image
 # instead of colour
 
 #navbar-img: "/assets/img/bgimage.png"
@@ -108,16 +108,16 @@ footer-link-col: "#404040"
 # Suggest a colour for mobile browsers to use as the browser's theme. This is only supported by a few mobile browsers.
 #mobile-theme-col: "#0085A1"
 
-# For any extra customization, you can include additional CSS files in every page on your site
+# For any extra customization, you can include additional CSS files in every page on your site. List any custom CSS files here
 #site-css:
 #  - "/assets/css/custom-styles.css"
 
-# --- Web Statistics Section --- #
+# --- Web Analytics Section --- #
 
 # Fill in your Google Analytics gtag.js ID to track your website using gtag
 #gtag: ""
 
-# Fill in your Google Analytics ID to track your website using GA
+# Fill in your Google Analytics ID to track your website using Google Analytics
 #google_analytics: ""
 
 # Google Tag Manager ID