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'
|
# By default, the image is cut into a circle. You can disable this behaviour by setting 'round-avatar: false'
|
||||||
round-avatar: true
|
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
|
# then specify the following parameter
|
||||||
#title-img: /path/to/image
|
#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
|
# Create a "tags" index page and make tags on each post clickable
|
||||||
link-tags: true
|
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
|
excerpt_length: 50
|
||||||
|
|
||||||
# The keywords to associate with your website, for SEO purposes
|
# The keywords to associate with your website, for SEO purposes
|
||||||
@ -98,7 +98,7 @@ footer-col: "#EAEAEA"
|
|||||||
footer-text-col: "#777777"
|
footer-text-col: "#777777"
|
||||||
footer-link-col: "#404040"
|
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
|
# instead of colour
|
||||||
|
|
||||||
#navbar-img: "/assets/img/bgimage.png"
|
#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.
|
# 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"
|
#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:
|
#site-css:
|
||||||
# - "/assets/css/custom-styles.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
|
# Fill in your Google Analytics gtag.js ID to track your website using gtag
|
||||||
#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_analytics: ""
|
||||||
|
|
||||||
# Google Tag Manager ID
|
# Google Tag Manager ID
|
||||||
|
Loading…
Reference in New Issue
Block a user