Skip to content

Commit 08f8bb8

Browse files
committed
Add comment for Jekyll config.
1 parent 687fc2f commit 08f8bb8

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

_config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ google_site_verification: google_meta_tag_verification # change to your verifica
3636

3737
#--------------------------
3838

39-
# Change to your Google Analytics ID
39+
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
40+
timezone: Asia/Shanghai
41+
4042
google_analytics:
43+
# Change to your Google Analytics ID
4144
id: 'UA-*********-*'
42-
# Switch for Google Analytics pageviews. DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
45+
# The Google Analytics pageviews switch.
46+
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
4347
pv: false
4448

4549
disqus:
@@ -124,14 +128,12 @@ defaults:
124128
path: tabs
125129
values:
126130
layout: page
127-
dynamic_title: true # hide title in mobile screens.
131+
dynamic_title: true # Hide title in mobile screens.
128132
breadcrumb:
129133
-
130134
label: Home
131135
url: /
132136

133-
timezone: Asia/Shanghai
134-
135137
sass:
136138
sass_dir: /assets/css
137139
style: compressed
@@ -146,7 +148,7 @@ compress_html:
146148
envs: []
147149

148150
exclude:
149-
- vendor/ # Avoid Jekyll mistakenly read the vender directory in Travis-CI's VM .
151+
- vendor/ # Avoid Jekyll mistakenly read the vender directory on Travis-CI's VM .
150152
- Gemfile.lock
151153
- Gemfile
152154
- run.sh

0 commit comments

Comments
 (0)