@@ -50,15 +50,11 @@ google_site_verification: google_meta_tag_verification # change to your verifica
5050# --------------------------
5151
5252google_analytics :
53- id : ' ' # Fill with your Google Analytics ID
53+ id : ' ' # fill in your Google Analytics ID
54+ # Google Analytics pageviews report settings
5455 pv :
55- # The Google Analytics pageviews switch.
56- # DO NOT enable it unless you know how to deploy the Google Analytics superProxy.
57- enabled : false
58- # the next options only valid when `google_analytics.pv` is enabled.
59- proxy_url : ' '
60- proxy_endpoint : ' '
61- cache : false # pv data local cache, good for the users from GFW area.
56+ proxy_endpoint : # fill in the Google Analytics superProxy endpoint of Google App Engine
57+ cache_path : # the local PV cache data, friendly to visitors from GFW region
6258
6359# Prefer color scheme setting.
6460#
@@ -105,10 +101,6 @@ kramdown:
105101 line_numbers : true
106102 start_line : 1
107103
108- # DO NOT change this unless you're a Pro user on Jekyll and Web development,
109- # Or you think you're smart enough to change other relevant URLs within this template.
110- permalink : /posts/:title/
111-
112104collections :
113105 tabs :
114106 output : true
@@ -124,6 +116,9 @@ defaults:
124116 layout : post
125117 comments : true # Enable comments in posts.
126118 toc : true # Display TOC column in posts.
119+ # DO NOT modify the following parameter unless you are confident enough
120+ # to update the code of all other post links in this project.
121+ permalink : /posts/:title/
127122 -
128123 scope :
129124 path : _drafts
@@ -151,9 +146,6 @@ compress_html:
151146 envs : [development]
152147
153148exclude :
154- - vendor
155- - Gemfile
156- - Gemfile.lock
157149 - ' *.gem'
158150 - ' *.gemspec'
159151 - tools
@@ -162,8 +154,7 @@ exclude:
162154 - LICENSE
163155 - gulpfile.js
164156 - node_modules
165- - package.json
166- - package-lock.json
157+ - ' *.json'
167158
168159jekyll-archives :
169160 enabled : [categories, tags]
0 commit comments