small updates to config file params documentation
This commit is contained in:
parent
6c007bd4bf
commit
3ea3d52dbd
12
_config.yml
12
_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
|
||||
|
Loading…
Reference in New Issue
Block a user