Skip to content

Commit ad77cde

Browse files
committed
Updated the comments in site config.
1 parent df13473 commit ad77cde

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

_config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ google_site_verification: google_meta_tag_verification # change to your verifica
4545

4646
#--------------------------
4747

48-
# if your site type is Project Pages site, change below value to '/projectname'
48+
49+
# Only if your site type is GitHub Project sites and doesn't have a custom domain,
50+
# change below value to '/projectname'.
4951
baseurl: ''
5052

5153
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
5254
timezone: Asia/Shanghai
5355

5456
google_analytics:
55-
# Fill with your Google Analytics ID
56-
id: ''
57-
# The Google Analytics pageviews switch.
58-
57+
id: '' # Fill with your Google Analytics ID
5958
pv:
59+
# The Google Analytics pageviews switch.
6060
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
6161
enabled: false
6262
# the next options only valid when `google_analytics.pv` is enabled.
@@ -101,6 +101,8 @@ kramdown:
101101
line_numbers: true
102102
start_line: 1
103103

104+
# DO NOT change this unless you're a Pro user on Jekyll and Web development,
105+
# or you think you're smart enough to change other relevant URLs within this template.
104106
permalink: /posts/:title/
105107

106108
defaults:

0 commit comments

Comments
 (0)