Updated the comments in site config.
This commit is contained in:
parent
88eac91909
commit
cb37a1909d
1 changed files with 7 additions and 5 deletions
12
_config.yml
12
_config.yml
|
@ -45,18 +45,18 @@ google_site_verification: google_meta_tag_verification # change to your verifica
|
||||||
|
|
||||||
#--------------------------
|
#--------------------------
|
||||||
|
|
||||||
# if your site type is Project Pages site, change below value to '/projectname'
|
|
||||||
|
# Only if your site type is GitHub Project sites and doesn't have a custom domain,
|
||||||
|
# change below value to '/projectname'.
|
||||||
baseurl: ''
|
baseurl: ''
|
||||||
|
|
||||||
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
|
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
|
||||||
timezone: Asia/Shanghai
|
timezone: Asia/Shanghai
|
||||||
|
|
||||||
google_analytics:
|
google_analytics:
|
||||||
# Fill with your Google Analytics ID
|
id: '' # Fill with your Google Analytics ID
|
||||||
id: ''
|
|
||||||
# The Google Analytics pageviews switch.
|
|
||||||
|
|
||||||
pv:
|
pv:
|
||||||
|
# The Google Analytics pageviews switch.
|
||||||
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
|
# DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
|
||||||
enabled: false
|
enabled: false
|
||||||
# the next options only valid when `google_analytics.pv` is enabled.
|
# the next options only valid when `google_analytics.pv` is enabled.
|
||||||
|
@ -101,6 +101,8 @@ kramdown:
|
||||||
line_numbers: true
|
line_numbers: true
|
||||||
start_line: 1
|
start_line: 1
|
||||||
|
|
||||||
|
# DO NOT change this unless you're a Pro user on Jekyll and Web development,
|
||||||
|
# or you think you're smart enough to change other relevant URLs within this template.
|
||||||
permalink: /posts/:title/
|
permalink: /posts/:title/
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
Loading…
Reference in a new issue