Add comment for Jekyll config.

This commit is contained in:
Cotes Chung 2019-10-12 14:16:22 +08:00
parent 3c1cb935d2
commit 63f665525e
1 changed files with 8 additions and 6 deletions

View File

@ -36,10 +36,14 @@ google_site_verification: google_meta_tag_verification # change to your verifica
#-------------------------- #--------------------------
# Change to your Google Analytics ID # Change to your timezone http://www.timezoneconverter.com/cgi-bin/findzone/findzone
timezone: Asia/Shanghai
google_analytics: google_analytics:
# Change to your Google Analytics ID
id: 'UA-*********-*' id: 'UA-*********-*'
# Switch for Google Analytics pageviews. DO NOT enable it unless you know how to deploy the Google Analytics superProxy. # The Google Analytics pageviews switch.
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
pv: false pv: false
disqus: disqus:
@ -124,14 +128,12 @@ defaults:
path: tabs path: tabs
values: values:
layout: page layout: page
dynamic_title: true # hide title in mobile screens. dynamic_title: true # Hide title in mobile screens.
breadcrumb: breadcrumb:
- -
label: Home label: Home
url: / url: /
timezone: Asia/Shanghai
sass: sass:
sass_dir: /assets/css sass_dir: /assets/css
style: compressed style: compressed
@ -146,7 +148,7 @@ compress_html:
envs: [] envs: []
exclude: exclude:
- vendor/ # Avoid Jekyll mistakenly read the vender directory in Travis-CI's VM . - vendor/ # Avoid Jekyll mistakenly read the vender directory on Travis-CI's VM .
- Gemfile.lock - Gemfile.lock
- Gemfile - Gemfile
- run.sh - run.sh