From 63f665525edf6d99499460e281ace0e0f130c85d Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 12 Oct 2019 14:16:22 +0800 Subject: [PATCH] Add comment for Jekyll config. --- _config.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 7c3b7e6..3b27a88 100644 --- a/_config.yml +++ b/_config.yml @@ -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: + # Change to your Google Analytics ID 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 disqus: @@ -124,14 +128,12 @@ defaults: path: tabs values: layout: page - dynamic_title: true # hide title in mobile screens. + dynamic_title: true # Hide title in mobile screens. breadcrumb: - label: Home url: / -timezone: Asia/Shanghai - sass: sass_dir: /assets/css style: compressed @@ -146,7 +148,7 @@ compress_html: envs: [] 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 - run.sh